Cscope plugin
From Code::Blocks
This plugin integrates the source code searching features of Cscope into Code::Blocks (a Windows build is available at Cscope-win32). Cscope is especial useful on large projects, and can search for:
- all references to a symbol
- global definitions
- functions called by a function
- functions calling a function
- text string
- regular expression pattern
- a file
- files including a file
Although the parser within Cscope is targeted at C, it retains enough flexibility to provide functionality with C++ (and Java) code.