It works for me (EPIC 0.6.53)... unless I forget to terminate the module's source with "1;", but then an error is also displayed on "use" so I doubt if that's your problem. I don't know what you mean by "Perl-Ignore-Path".
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am not sure if am getting it right. Is a Auto-Complete/code-Suggestion for own modules available?
I am having the following module:
and this script:
If i type
$test->
nothing is suggested for auto-complete.The modules are on the Perl-Ignore-Path. Is this the cause?
It works for me (EPIC 0.6.53)... unless I forget to terminate the module's source with "1;", but then an error is also displayed on "use" so I doubt if that's your problem. I don't know what you mean by "Perl-Ignore-Path".
Thanks for that quick reply. I will give it a try.
You can set up the "Perl Ignored Paths" at Project-Properties. This path will not be validated by perl.
I see. "Perl Ignored Paths" does not interfere with autocompletion in my test.