-
-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scope visualizer #1523
Closed
Closed
Scope visualizer #1523
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pokey
force-pushed
the
pokey/scope-visualizer
branch
from
June 12, 2023 10:59
1636f2b
to
3066175
Compare
3 tasks
pokey
added
to discuss
Plan to discuss at meet-up
and removed
to discuss
Plan to discuss at meet-up
labels
Jun 13, 2023
pokey
force-pushed
the
pokey/scope-visualizer
branch
6 times, most recently
from
June 19, 2023 14:06
b200d8f
to
1391a22
Compare
3 tasks
pokey
added a commit
that referenced
this pull request
Jun 19, 2023
Introduces a new convention for tests that end with `.vscode.test.ts` must run within VSCode; other tests can be run as unit tests outside of VSCode. This makes it easier to add unit tests within packages such as `cursorless-vscode`. Just because a package is designed to be used with VSCode doesn't mean that all of its tests should have to be run within a VSCode context. It might (and should!) have support code that consists of pure functions with no dependencies. - Required by #1523 ## Checklist - [x] I have added [tests](https://www.cursorless.org/docs/contributing/test-case-recorder/) - [x] I have updated the [docs](https://github.com/cursorless-dev/cursorless/tree/main/docs) and [cheatsheet](https://github.com/cursorless-dev/cursorless/tree/main/cursorless-talon/src/cheatsheet) - [x] I have not broken the cheatsheet
pokey
force-pushed
the
pokey/scope-visualizer
branch
5 times, most recently
from
June 23, 2023 16:21
bed8c8e
to
cf862ea
Compare
pokey
commented
Jun 25, 2023
pokey
commented
Jun 25, 2023
user.private_cursorless_run_rpc_command_and_wait("cursorless.showScopeVisualizer", cursorless_scope_type, "iteration") | ||
visualize every <user.cursorless_scope_type>: | ||
user.private_cursorless_run_rpc_command_and_wait("cursorless.showScopeVisualizer", cursorless_scope_type, "every") | ||
visualize nothing: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use "nothing"
from mark csv
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I opted to just make it its own entry
pokey
commented
Jun 25, 2023
pokey
commented
Jun 25, 2023
packages/cursorless-engine/src/ScopeVisualizer/ScopeVisualizerImpl.ts
Outdated
Show resolved
Hide resolved
pokey
commented
Jun 25, 2023
pokey
commented
Jun 25, 2023
pokey
commented
Jun 25, 2023
pokey
force-pushed
the
pokey/scope-visualizer
branch
3 times, most recently
from
July 14, 2023 15:33
e8564ad
to
fe5e0e9
Compare
pokey
force-pushed
the
pokey/scope-visualizer
branch
from
July 14, 2023 15:40
fe5e0e9
to
325a995
Compare
pokey
force-pushed
the
pokey/scope-visualizer
branch
4 times, most recently
from
July 16, 2023 15:17
1bcaf1d
to
5c8d1b4
Compare
pokey
force-pushed
the
pokey/scope-visualizer
branch
from
July 16, 2023 15:40
5c8d1b4
to
b43c13d
Compare
pokey
force-pushed
the
pokey/scope-visualizer
branch
from
July 16, 2023 15:57
33a0df6
to
3fe5390
Compare
This was referenced Jul 17, 2023
Merged
Merged
github-merge-queue bot
pushed a commit
that referenced
this pull request
Jul 18, 2023
- Depends on #1651 - Depends on #1652 - Depends on #1649 - Depends on #1644 ## Checklist - [x] Add image to doc page - [x] File issue to migrate all our vscode references to use new thin wrapper - [x] File issue about reworking removal highlight range to return generalised range, and not using line range for line target content range - [x] Investigate cheatsheet performance issue - [x] Migrate todos from #1523 - [x] I have updated the [docs](https://github.com/cursorless-dev/cursorless/tree/main/docs) and [cheatsheet](https://github.com/cursorless-dev/cursorless/tree/main/cursorless-talon/src/cheatsheet) - [x] I have added [tests](https://www.cursorless.org/docs/contributing/test-case-recorder/) - [x] I have not broken the cheatsheet - [x] Compute border colors from background color? --------- Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
cursorless-bot
pushed a commit
that referenced
this pull request
Jul 19, 2023
- Depends on #1651 - Depends on #1652 - Depends on #1649 - Depends on #1644 ## Checklist - [x] Add image to doc page - [x] File issue to migrate all our vscode references to use new thin wrapper - [x] File issue about reworking removal highlight range to return generalised range, and not using line range for line target content range - [x] Investigate cheatsheet performance issue - [x] Migrate todos from #1523 - [x] I have updated the [docs](https://github.com/cursorless-dev/cursorless/tree/main/docs) and [cheatsheet](https://github.com/cursorless-dev/cursorless/tree/main/cursorless-talon/src/cheatsheet) - [x] I have added [tests](https://www.cursorless.org/docs/contributing/test-case-recorder/) - [x] I have not broken the cheatsheet - [x] Compute border colors from background color? --------- Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
thetomcraig-aya
pushed a commit
to thetomcraig/cursorless
that referenced
this pull request
Mar 27, 2024
- Depends on cursorless-dev#1651 - Depends on cursorless-dev#1652 - Depends on cursorless-dev#1649 - Depends on cursorless-dev#1644 ## Checklist - [x] Add image to doc page - [x] File issue to migrate all our vscode references to use new thin wrapper - [x] File issue about reworking removal highlight range to return generalised range, and not using line range for line target content range - [x] Investigate cheatsheet performance issue - [x] Migrate todos from cursorless-dev#1523 - [x] I have updated the [docs](https://github.com/cursorless-dev/cursorless/tree/main/docs) and [cheatsheet](https://github.com/cursorless-dev/cursorless/tree/main/cursorless-talon/src/cheatsheet) - [x] I have added [tests](https://www.cursorless.org/docs/contributing/test-case-recorder/) - [x] I have not broken the cheatsheet - [x] Compute border colors from background color? --------- Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Partially addresses #259
Checklist
\n
. In that case first and second line have identical removal range but want different removal highlight rangeQuestions
Screenshots
"funk"
"funk name"
"token"
"char"
"word"
"line"
"state"
"block"
Bugs