Quote:
Originally Posted by theNerd
Could you send me the know how on how to do this? I've been trying to get my hands on how to do auto completion for any code (mainly c++ c and java), going to source, and possibly an equivalent to that error checking thing that Netbeans does. 
|
For good autocompletion:
http://www.vim.org/scripts/script.php?script_id=2540
For going to source:
http://www.vim.org/scripts/script.php?script_id=273
For more fancy IDE-style features for Vim (but I have not gotten this to work well for me):
http://eclim.org/
I have not yet found a good preprocessor to find errors before they happen in C++/Java, although I do have one for Python called python.vim.