MrSnrub has asked for the wisdom of the Perl Monks concerning the following question:
Hello all, I'm a bit of a newbie learning Perl and while I'm slowly getting the hang of writing my Perl scripts in vi, I think this could go a lot easier if I had a better environment.
For example, when I'm typing in a module and I type in the class name then the two colons (say, "Foo::"), I want to hit Ctrl + Spacebar and all the relevant module names in Foo should appear in a drop-down list.
Or as another example: I'd like a "Find the Subroutine" utility where I can doubleclick on any subroutine call and it would search all my included files and find the exact subroutine definition for that call. I can't tell you how many times I've been looking through my code and finding a soubroutine call and thinking "Hmmm... I don't remember what that call does. Let's try to find the definition for it." and then wasting ten minutes in file after file looking for it with grep.
Is there a graphical IDE that can do these things?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: What's a good IDE to use for writing Perl?
by zwon (Abbot) on Apr 01, 2011 at 02:25 UTC | |
by MrSnrub (Beadle) on Apr 01, 2011 at 11:20 UTC | |
|
Re: What's a good IDE to use for writing Perl?
by RedElk (Hermit) on Apr 01, 2011 at 04:30 UTC | |
|
Re: What's a good IDE to use for writing Perl?
by roboticus (Chancellor) on Apr 01, 2011 at 10:15 UTC | |
|
Re: What's a good IDE to use for writing Perl?
by wind (Priest) on Apr 01, 2011 at 02:50 UTC | |
|
Re: What's a good IDE to use for writing Perl?
by davido (Cardinal) on Apr 01, 2011 at 07:24 UTC | |
|
Re: What's a good IDE to use for writing Perl?
by Popcorn Dave (Abbot) on Apr 01, 2011 at 20:34 UTC |