in reply to Re^2: Professional Toolkits <=> vim + shell
in thread Professional Toolkits <=> vim + shell

Sure thing, a wide screenshot slice will have to do, with Getopt::Long's source loaded in the editor window.

Folding in Emacs or vim accomplishes much the same thing, so I wouldn't recommend switching to Eclipse for just this one convenience. I haven't been able to get folding working with EPIC (the Eclipse Perl plugin), but I found the mechanism under discussion to do what I wanted folding for. YMMV, of course.

<-radiant.matrix->
A collection of thoughts and links from the minds of geeks
The Code that can be seen is not the true Code
I haven't found a problem yet that can't be solved by a well-placed trebuchet
  • Comment on Re^3: Professional Toolkits <=> vim + shell

Replies are listed 'Best First'.
Re^4: Professional Toolkits <=> vim + shell
by wazoox (Prior) on Apr 14, 2006 at 16:29 UTC
    People often overlook ctags, but it render more or less the same service with almost any existing editor.

      Indeed! In fact, Emacs and vim will use the tags files in a reasonably intelligent manner, making for a pretty nifty code browser. I'd nearly forgotten about it, thanks for the reminder.

      <-radiant.matrix->
      A collection of thoughts and links from the minds of geeks
      The Code that can be seen is not the true Code
      I haven't found a problem yet that can't be solved by a well-placed trebuchet