Cscope plugin

From Code::Blocks
Revision as of 19:05, 4 October 2012 by Dmoore (talk | contribs) (typo)
Cscope
Generic-plugin.png
Developer(s): Daniel Anselmi
Maintainer(s):
Version: 0.2

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.