Do vim has these features?

Posted by Kuroki Kaze on Super User See other posts from Super User or by Kuroki Kaze
Published on 2010-03-24T17:22:04Z Indexed on 2010/03/24 17:23 UTC
Read the original article Hit count: 405

Filed under:
|
|
|

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

What I'm looking for is:

  • Context help (point on function and see its arguments from oxygen docs)
  • Code navigator (list of classes and functions in file to easy move between them)

© Super User or respective owner

Related posts about vim

Related posts about ide