-
Notifications
You must be signed in to change notification settings - Fork 12
Provider
t9md edited this page May 20, 2017
·
6 revisions

- Scan current editor( use
editor.scanunder the hood ) - It use first narrow query as search term( first word separated by white-spaces on query text ).
- Rest of include and exclude(
!starting word) queries are treated as normal filter query. - To make this exceptional query handling obvious by eye, use different syntax grammar highlight for first query(= scan term).

- Search by
ag( you need to installagby yourself). - Need to install ag by yourself.

- Similar to
searchbut use Atom'satom.workspace.scan.

- Provide fold-starting rows as item.
- Can change fold level to show up on
narrow-editorbynarrow-ui:fold:increase-fold-levelnarrow-ui:fold:decrease-fold-level

- Show all modified state file across project.

- Provide symbols for current file.
- Useful to quick previewing function definition on same file.

- Provide project-wide symbols information by reading
tagsfile.

- This is provider for other provider which is used to select files.
- Can start from clicking folder icon at control-bar.
- Available for provider which is not boundToSingleFile( e.g.
search,atom-scan).