VIM + sourcenav
Software Version:
Ubuntu10.04
Linux version 2.6.32-42-generic
Vim-VI improved 7.2
Sourcenav-6.0
Directory:
1. Introduction
2. Install sourcenav
3. Use Vim
4. References
1. Introduction
Although Vim also has many resource/project management plug-ins, such as winmanager, vimexploer, project, and grep. However, it is not as good as source insight in windows. However, I accidentally found a better software, namely sourcenav, which is capable of displaying function call relationships. The following is an introduction to it:
Source-navigator is a source code analysis tool. With it, You can edit your source code, display relationships between classes and functions and members, and display call trees.
2. Install sourcenav
Sourcenav official website http://sourcenav.sourceforge.net/access does not, I download the source code here. For the installation method, refer to [1]. The entire process is complete and will not be repeated.
3. Use Vim
Although the display function of the sourcenav function call relationship is very powerful, the editing capability is relatively weak, and I do not like it very much. Fortunately, you can configure your favorite editor. Start sourcenav and click File> project reference> Edit> external editor. Select use external editor instead of builtin and enter gvim -- servername gvim -- remote. In this way, each time you double-click a file or symbol, the corresponding file will be opened in the started gvim.
Sourcenav:
4. References
Http://blog.sina.com.cn/s/blog_4ad7c2540101au63.html.
Http://dingchaoqun12.blog.163.com/blog/static/11606250420101020476176/.