Difference between revisions of "Cscope plugin"

From Code::Blocks
m (typo)
Line 17: Line 17:
 
* a file
 
* a file
 
* files including a file
 
* files including a file
Although the parser within Cscope is targeted a C, it retains enough flexibility to provide functionality with C++ (and Java) code.
+
Although the parser within Cscope is targeted at C, it retains enough flexibility to provide functionality with C++ (and Java) code.

Revision as of 19:05, 4 October 2012

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.