Top "Cscope" questions

Cscope is a code searching application originally written for searching C code bases.

cscope or ctags why choose one over the other?

I primarily use vim / gvim as an editor and am looking at using a combination of lxr (the Linux Cross …

vim kernel ctags cscope
How to use cscope?

I am using cscope to get familiar with all the keywords used in socket programming. I went to the directory …

c linux vim cscope
vim cannot connect to cscope database

I have opensuse 11.4 installed. Vim is version 7. Now I normally use it to browse the linux kernel source. So I …

database vim tags ctags cscope
Cscope build fails with error message "could not read symbols: File in wrong format"

I am cross-compiling cscope, but suprised to be failed. However, I succeed to build ctags without error, so why does …

build cross-compiling ctags cscope openwrt
Using cscope to browse Python code with VIM?

Has anyone managed successfully using cscope with Python code? I have VIM 7.2 and the latest version of cscope installed, however …

python vim editor cscope
Tags for Emacs: Relationship between etags, ebrowse, cscope, GNU Global and exuberant ctags

I work on C++ projects, and I went through Alex Ott's guide to CEDET and other threads about tags in …

emacs cscope cedet gnu-global
How to use cscope for a project which has .c , .cpp and .h files?

I am working on a project which requires the understanding of llvm compiler source-code. To browse source code of llvm, …

c++ c llvm cscope
update cscope db from vim

I use cscope with vim. When doing large edits for several files, cscope will report old line numbers for changed …

vim cscope
How to let cscope use absolute path in cscope.out file?

Everytime after load a cscope.out in Vim, I need to change Vim's "pwd" to the same directory as cscope.…

vim cscope
cscope like functionality for C++ (using vim)

Is there any utility or plugin which provides cscope like functionality for C++. I am looking for all references to …

vim cscope