I quite like eclipse's ability to provide context support, refactoring, and also syntax check. Was wondering if there are plugins that could make vim more eclipse like.
|
|
I'm not sure turning Vim into an IDE is a good or even realistic idea but you should google around for "vim as IDE": I've seen a lot of blogposts targeting PHP or Python or C++… they all come down to installing quite a lot of plugins. Since you want IDE-like support for many languages you will need to install many many plugins, most of them found on vim.org.
|
|||
|
|
|
Regarding refactoring, I've started a generic refactoring plugin. It's mainly aimed at C++, but it should also be possible to tweak it to support other languages. So far, it supports: Extract Function, Extract Variable, Extract Type, Extract Getter & Extract Setter. |
|||||||||||
|