Dear Benjamin,

Excerpt from the documentation

The autocompletion suggestions will pop up automatically after you have
typed a trigger character. Triggers are ":" and ">". Alternatively, it can
be triggered by pressing CTRL-SPACE.

Currently the Indirect Object Invocation is not recognized by the content
assist.

This code block will not work:

$smtp = new Net::SMTP;
$smtp->[no content assist]

This one will work:

$smtp = Net::SMTP->new(.....);
$smtp->[content assist]



On Tue, Jul 15, 2014 at 1:11 PM, Benjamin Fernandis <benjo11...@gmail.com>
wrote:

> Hi,
>
> I installed Ecplise standard version but auto completion of syntax is not
> working while pressing CTL + SPACE key.
>
> Is there any configuration required for this ? Any other good IDE for
> beginner ?
>
> Thx
>



-- 
best,
Shaji
----------------------------------------------------------------------------------------------------------------------------------------------
Your talent is God's gift to you. What you do with it is your gift back to
God.
----------------------------------------------------------------------------------------------------------------------------------------------

Reply via email to