NDexer
NDexer is a source code indexing and search tool built on SQLite and CTags, written in C#.
Features
- Updates your index automatically when source files change.
- Uses Exuberant CTags to support indexing most major programming languages, and can use a custom build of CTags to allow indexing of custom file types.
- Stores a full-text index for your source code to enable high-speed searches for arbitrary text.
- Has a relatively small memory footprint and only consumes CPU power when performing a search or updating your index.
- Built-in support for integration with TextPad, SciTE and Visual Studio.
- Handles extremely large codebases.