How can I make vim tag jumps as smart as OmniCppComplete?

蓝咒 提交于 2019-12-03 08:05:52

I recently started using the SmartTag plugin for Vim & find it very good at using contextual information from the surrounding C++ code to find the right tag.

You can download it here:

https://github.com/MarcWeber/SmartTag

To be able to use it with Ctrl-] you will need to use a Vim release with the tagfunc patch applied. It's here:

http://llorens.visualserver.org/vim73-tagfunc.zip

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!