I'm learning vim right now as I use it to quickly fix something in files on a server. Recently I've been thinking of switching from my IDE to vim, but I'm interested if all the features I need are in vim or if they can be added with plugins. I develop mainly in PHP and JavaScript.

What I'm looking for is:

  • Contextual help(point on function and see its arguments from oxygen docs)
  • Code navigator(list of classes and functions in file to easily move between them)
link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

Yes, check out http://www.vim.org/scripts for plugins.

Context help is http://www.vim.org/scripts/script.php?script_id=561

Code navigator i don't know right now. But with some google i am sure you find one. Here is for example python code completion i use: http://www.vim.org/scripts/script.php?script_id=850

link|improve this answer
I found one code navigator: Tag List plugin (vim-taglist.sourceforge.net/installation.html), trying it right now – Kuroki Kaze Mar 24 '10 at 17:37
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.