[Unix] Make VIM as a powerful C++ IDE

Simplly speaking, three plugin are needed:

NERE Tree: http://www.vim.org/scripts/script.php?script_id=1658

  Show all file items in directories in the navigation sub-window in Vim.

ctags: http://www.vim.org/scripts/script.php?script_id=610

   Display function name in status or title bar.

taglist: http://www.vim.org/scripts/script.php?script_id=273

  Be able to show function, classes, variable names in a sub-window for a cpp file.

 

I have not exprienced the effect of ctags plugin, but seems taglist also requires ctags.

<To be added more ...>

 

原文链接: https://www.cnblogs.com/livepencil/archive/2011/01/27/1946048.html

欢迎关注

微信关注下方公众号,第一时间获取干货硬货;公众号内回复【pdf】免费获取数百本计算机经典书籍

    [Unix] Make VIM as a powerful C++ IDE

原创文章受到原创版权保护。转载请注明出处:https://www.ccppcoding.com/archives/20526

非原创文章文中已经注明原地址,如有侵权,联系删除

关注公众号【高性能架构探索】,第一时间获取最新文章

转载文章受原作者版权保护。转载请注明原作者出处!

(0)
上一篇 2023年2月7日 下午10:05
下一篇 2023年2月7日 下午10:06

相关推荐