-
-
Notifications
You must be signed in to change notification settings - Fork 83
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
Jetbrains cursorless support #2695
base: main
Are you sure you want to change the base?
Conversation
add multi editor support to jetbrains ide
update existing editors instead of recreating
make configuration injectable
@asoee would it be helpful for me to have a look at this point? Also, would be useful to have a quick blurb in description to indicate what's supported by this PR. Eg I'm assuming this PR doesn't support tree-sitter? |
@pokey yes, please take a look. |
This add support for cursorless in jetbrains, by adding a new package, where the output bundle can be embedded in the jetbrains plugin. (Currently maintained here: (https://github.com/asoee/cursorless-jetbrains))
It currently support most of the core functionality of cursorless: hats, selection, edits, flashing, treesitter, and some navigation commands.
It does not (yet) support:
Caveats:
Checklist