enable cscope into vi / vim

fabiodelorenzo
Posts: 65
Joined: Thu Oct 03, 2013 5:54 pm

enable cscope into vi / vim

Postby fabiodelorenzo » Sat Dec 06, 2014 12:31 pm

Code: Select all

mkdir -p  ~/.vim/plugin/

cd  ~/.vim/plugin/
wget http://cscope.sourceforge.net/cscope_maps.vim

cd __workspace_project_
cscope -Rb



'-R' makes Cscope parse all subdirectories, not just the current directory.
'-b' flag tells Cscope to just build the database, then exit ( or you will find yourself inside Cscope's curses-based GUI)


tutorial:
http://cscope.sourceforge.net/cscope_vim_tutorial.html

Return to “cscope”

Who is online

Users browsing this forum: No registered users and 1 guest