IDE---ubuntu下Gvim經常使用插件大全

對瀏覽代碼很是的方便, 能夠在函數, 變量之間跳轉,寫程序必備
#=============================================================================
高效地瀏覽源碼, 其功能就像vc中的workpace, 那裏面列出了當前文件中的全部宏,全局變量, 函數名等.
#=============================================================================
緩衝區瀏覽
#=============================================================================
管理各個窗口, 或者說整合各個窗口.[more]
#=============================================================================
用Cscope本身的話說 – 「你能夠把它當作是超過頻的ctags」, 其功能和強大程度可見
一斑吧, 關於它的介紹我就不詳細說了, 若是你安裝好了前文介紹的幫助手冊.
#=============================================================================
C/C++-IDE for Vim/gVim. 簡單的說, 就是若是安裝配置好後, vim/gvim就是一個
c/c++編程的一個IDE, 其功能堪比 windows裏經常使用的vc.
#=============================================================================
實現像vc那樣的代碼自動補全功能, 好比 this-><Ctrl+X><Ctrl+O> 後, 將出現一個
提示框, 其中包含了this指針全部能夠接收的函數或數據成員等.
#=============================================================================
在 .h 和 .c/.cpp 文件中切換. (英文原句 「A few of quick commands to swtich between source files and header files quickly.」)
#=============================================================================
高亮書籤.
#=============================================================================
這個插件與vim中自帶的’*’與’#’很是相像. 不一樣之處是: vim中的’*’與’#’命令只能同時高亮一個同類詞組(或正則表達式的搜索結果), 而Mark.vim插件能夠同時高亮多個.
#=============================================================================
函數參數提示.
#=============================================================================
Using this script, typing 「(「 will result in (|), where | is the cursor
position and the double backticks are just marking input. Typing a
「)「 will move the cursor outside the parens. This moving outside
works even in nested scenarios. Typing 「if(my_array['key`` results in
if(my_array['key|']) and 「)「 gets you if(my_array['key'])|.
The paired characters are: [, (, {, 「, ‘;   // 「
If you like this script, you should also check out surround.vim
#=============================================================================
更方便地使用gdb調試
#=============================================================================
組織管理工程, 方便於瀏覽, 打開, 查找文件等.
#=============================================================================
目錄樹, 同時還能夠對文件進行打開操做等.
#=============================================================================
源碼文檔註釋.
#=============================================================================
方便生成代碼文檔
#=============================================================================
增強c/c++類名, 函數等高亮
#=============================================================================
進行 java類, 包, 方法等補全.
#=============================================================================
生成tags和 cscope
#=============================================================================
21. txtbrowser.zip(http://www.vim.org/scripts/script.php?script_id=2899)
在普通txt文本顯示語法高亮
#=============================================================================
22.  FindMate.vim(http://www.vim.org/scripts/script.php?script_id=2871)
快速查找文件
#=============================================================================
23. grep.vim
The grep plugin integrates the grep, fgrep, egrep, and agrep tools with
Vim and allows you to search for a pattern in one or more files and jump
to them.
#=============================================================================
24. autocomplpop.zip(http://www.vim.org/scripts/script.php?script_id=1879)
With this plugin, your vim comes to automatically opens popup menu for
completions when you enter characters or move the cursor in Insert mode. It
won’t prevent you continuing entering characters.
#=============================================================================
http://www.vim.org/scripts/script.php?script_id=1638  」 SourceCodeObedience
http://www.vim.org/scripts/script.php?script_id=1581  」 lookupfile
http://insenvim.sourceforge.net/index.php             」 Vim Intellisense
#=============================================================================
相關文章
相關標籤/搜索