@phoenix-plugin-registry/brackets-productivity-project-files-search

1.2.0 • Public • Published

Brackets / Productivity / Project Files Search

Search within your Project Files. Folder and file names are considered.

Commands

ALT+s - start searching in Project Files.
ALT+c - continue searching in Project Files.
ALT+x - clean Project Files search query.

ESC while focused on search field cleans the field.

Search

Separate search chunks by space (works as AND), ! before a search chunk works as NOT for a chunk. / - is a directory separator.

Example

"controller main" - controller AND main.
"!cache controller main" - NOT cache AND controller AND main.
"!cache/ controller/ main" - NOT cache (directory) AND controller (directory) AND main.
"!cache/controller controller/ main" - NOT cache/controller (directory) AND controller (directory) AND main.

Package Sidebar

Install

npm i @phoenix-plugin-registry/brackets-productivity-project-files-search

Weekly Downloads

0

Version

1.2.0

License

MIT

Unpacked Size

11.6 kB

Total Files

6

Last publish

Collaborators

  • ushmajit
  • core.ai