-
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.scan
under 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 installag
by yourself). - Need to install ag by yourself.
- Similar to
search
but use Atom'satom.workspace.scan
.
- Provide fold-starting rows as item.
- Can change fold level to show up on
narrow-editor
bynarrow-ui:fold:increase-fold-level
narrow-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
tags
file.
- 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
).