Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 869 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 869 Bytes

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.