Skip to content

Perl auto-completion and code intel does not work when loading the FindBin module and importing $Bin and/or $Script.  #3472

@casimirloeber

Description

@casimirloeber

Short Summary

Perl auto-completion and code intel does not work when loading the FindBin module and importing $Bin and/or $Script.

Works:

use FindBin;

Doesn't work:

use FindBin qw($Bin $Script);
use FindBin qw($Script);

Take a look at the attached file and comment out the different options for loading FindBin and then go a few lines below it and type 'prin', it should give you code intel on the print function. This does not work when importing $Bin and/or $Script variables

test.txt
feb-13-2018 20-02-59

Platform Information

Komodo IDE, version 11.0.2, build 90813, platform macosx. Built on Mon Dec 4 09:43:06 2017.
MacOS High Sierra 10.13.3
perl 5.22.0

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions