My favorites | Sign in
Project Home Downloads Source
Project Information
Members
Featured
Downloads
Wiki pages
Links

NDexer

NDexer is a source code indexing and search tool built on SQLite, written in C#.

Features

  • Updates your index automatically when source files change.
  • Stores a full-text index for your source code to enable high-speed searches for arbitrary text, with full support for regular expressions.
  • 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, Notepad++, SciTE and Visual Studio.
  • Handles extremely large codebases.

Source code now hosted at https://github.com/kevingadd/NDexer.

Powered by Google Project Hosting