Hi, I read document and tried to test by typing trigger characters ":" and ">" also by CTRL - SPACE. but not working.
Is there anything else require to install on top of elipse + perl plugin. As my current system has centos 7 + fresh perl install + eclipse + perl plugin for it. Thx On Tue, Jul 15, 2014 at 10:09 PM, Shaji Kalidasan <shajiin...@gmail.com> wrote: > 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. > > ---------------------------------------------------------------------------------------------------------------------------------------------- >