Skip to content

Commit f78c84e

Browse files
Update docs
1 parent 00a0080 commit f78c84e

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

packages/cursorless-org-docs/src/docs/user/scope-sidebar.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,19 @@ You can say `"bar cursorless"` to show the Cursorless sidebar.
44

55
## Scopes
66

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.
1111

1212
### Scope icons
1313

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:
1515

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
1820

1921
![sidebar scopes](./images/sidebar-scopes.png)
2022

0 commit comments

Comments
 (0)