-
-
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
Added more scope support facets #2102
Conversation
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.
This is actually pretty comprehensive! I added a few more. In a follow-up, we should
- add more iteration scopes for name / value / type
- add
named.method
- add some more
"statement"
scope facets
packages/common/src/scopeSupportFacets/scopeSupportFacetInfos.ts
Outdated
Show resolved
Hide resolved
packages/common/src/scopeSupportFacets/scopeSupportFacetInfos.ts
Outdated
Show resolved
Hide resolved
packages/common/src/scopeSupportFacets/scopeSupportFacetInfos.ts
Outdated
Show resolved
Hide resolved
packages/cursorless-vscode-e2e/src/suite/fixtures/scopes/javascript/name.field.scope
Show resolved
Hide resolved
packages/cursorless-vscode-e2e/src/suite/fixtures/scopes/javascript/value.field.scope
Outdated
Show resolved
Hide resolved
Co-authored-by: Pokey Rule <755842+pokey@users.noreply.github.com>
Co-authored-by: Pokey Rule <755842+pokey@users.noreply.github.com>
Co-authored-by: Pokey Rule <755842+pokey@users.noreply.github.com>
Co-authored-by: Pokey Rule <755842+pokey@users.noreply.github.com>
Co-authored-by: Pokey Rule <755842+pokey@users.noreply.github.com>
Co-authored-by: Pokey Rule <755842+pokey@users.noreply.github.com>
Co-authored-by: Pokey Rule <755842+pokey@users.noreply.github.com>
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.
Whoops looks like I forgot to submit these comments
packages/common/src/scopeSupportFacets/scopeSupportFacetInfos.ts
Outdated
Show resolved
Hide resolved
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.
🎉
This pull request has these goals:
Once the above is done I'm going to do the bulk fixture recorder we talked about to fill in the other languages.
Checklist