How to build an IDE for Linux C learning-Vim (III), IDE interface by lazy wood
How to convert Vim into an IDE programming environment (image and text) by Wu gen
Build Vim into a real ide by vimerProgramWorld
For more details about VIM + cscope:
A tutorial that teaches you how to use cscope.
One keyshot plug-in by Jason duell
A script that automatically creates a cssag database (
Richq ):
Cscope_gen.sh
#! /Bin/shfind. -name '*. py' \-o-name '*. java '\-o-iname '*. [CH] '\-o-name '*. CPP '\-o-name '*. CC '\-o-name '*. HPP '\> cscope. files #-B: Just build #-Q: Create inverted indexcscope-B-Q
Run ":! Cscope_gen.sh ".
VIM + tabbar
Tips for disabling a buffer in tabbar:
If you use tabbar and integrate a window segmentation plug-in (such as winmanager and nerdtree) or Vim in the column display status, you want to use the traditional: BD or: the bdelete command closes the excess buffer, and you may find that the split ratio shown in the split window and column is abnormal. Then, try: move the cursor to the buffer you want to close in the tabbar window, and press d. OK!