whoenig / SublimeCodeSearch

Plugin for CodeSearch within Sublime3
MIT License
11 stars 2 forks source link

CodeSearch

A plugin for Sublime Text 3.

Synopsis

This plugin makes it possible to use CodeSearch within Sublime Text 3.

CodeSearch is a fast index-based searching tool.

The plugin allows to index all folders of your project file and, after you created the index, to search for a custom string or regular expression. It opens a quick selection panel to browse results and highlights matches inside files.

Installation

Project Preparation

  1. Edit your project file ('Project -> Edit Project') and add the following section:

    "code_search": { "csearchindex": "csearchindex" }

where csearchindex is the path to the desired index file (either absolute or relative to the project file).

  1. Index your code by calling the "Code Search Index" command

Searching

Configuration

Configuration is stored in a separate, user-specific CodeSearch.sublime-settings file. See the default file for configuration options; links to both can be found in the main menu in Preferences -> Package Settings -> Code Search.


Based on Search In Project