File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed
packages/cursorless-org-docs/src/docs/user Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -4,17 +4,19 @@ You can say `"bar cursorless"` to show the Cursorless sidebar.
4
4
5
5
## Scopes
6
6
7
- - List showing all scopes, organized by whether they are present and supported in the active text editor.
8
- - As you type or move your selection, the list of present scopes will update in real time .
9
- - Clicking on a scope will visualize it using the [ scope visualizer] ( scope-visualizer.md ) .
10
- - Display the users custom spoken forms
7
+ - Displays all available scopes, grouped by whether they are currently present and supported in the active text editor.
8
+ - The list updates in real time as you type or move your selection .
9
+ - Clicking a scope highlights it using the [ scope visualizer] ( scope-visualizer.md ) .
10
+ - Shows your custom spoken forms for scopes.
11
11
12
12
### Scope icons
13
13
14
- To find a scope that matches your current selection look for the following icons :
14
+ To identify the scope for a piece of code :
15
15
16
- 🎯 scope is equal to selection\
17
- 📦 scope contains selection
16
+ 1 . First select the code in your editor.
17
+ 2 . Then look in the sidebar for the following icons:\
18
+ 🎯 The scope exactly matches your selection\
19
+ 📦 The scope contains your selection
18
20
19
21
![ sidebar scopes] ( ./images/sidebar-scopes.png )
20
22
You can’t perform that action at this time.
0 commit comments