Hacker News new | ask | show | jobs
by martincmartin 3808 days ago
+1 for RTags. I recently got it working, and have been enjoying actually navigating through C++ code. Plus, it can do things like show you preprocessor output, show all places where a function is called, show all implementations of a virtual function, complete symbols, show byte offsets of fields, etc.
1 comments

Any idea what the best vim plugin for rtags is? I see there are several...
YCM is good for vim too: https://github.com/Valloric/YouCompleteMe

It uses Clang for C/C++/Objective-C/Objective-C++ and exposes itself as a server usable from vim, emacs, sublime ...