enturn / brackets-quick-search

Notepad++ style smart highlighting extension for Brackets editor.
36 stars 11 forks source link

brackets-quick-search

Notepad++ style smart highlighting extension for Brackets text editor.

Usage

Toggle the extension (View > Enable Quick Search) to highlight selected words in the active editor. Cycle through the search results with the find next key (F3 on PC or Cmd+G on Mac). Works with inline editors.

Installation

Available in the Brackets extension registry.

For manual install: Download and extract, or clone, the repository and move it to the Brackets extensions folder (Help > Show Extensions Folder) then 'user' folder. Restart Brackets.

Credits

Used brackets-automatch-pairs-master extension for initial code. Uses a modified version of the internal search/FindReplace.js.