in reply to Jumping through perl modules with vim
"I am using vim with Freebsd, but any other method than vim are welcome if it enables me to jump higher."
I personally use lightweight IDE called geany on a linux desktop. This small IDE knows about perl syntax and jumps into other files (with function definition) within the project by a simple keystroke.
Also for emacs there is etags, I used to use it before.
If you intend to use it only with perl, I suggest to look closely at PADRE.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Jumping through perl modules with vim
by remiah (Hermit) on Jan 22, 2011 at 07:11 UTC |