cursorless
cursorless copied to clipboard
Don't let the cursor slow you down
Implements the suggestion from #3104 to separate the publish jobs. - Split VSCode publish into two separate jobs (Open VSX and VS Marketplace) - Ensures the same VSIX file is...
First slice of zig working end to end. Let me know if there is anything I should change, e.g. should I make the query less specific? I have never used...
I seem to have found a corner case of `"inside"` that we don't handle properly: ``` aaa's `bbb 'ccc'` `ddd` ``` If you say `"change inside drum"`, you get an...
Would it be possible to only show single hats per line in code examples. For example if I want to read a code example or even a todo list that's...
Doesn't actually implement any scopes (though it does define a few as being `notApplicable`), but defines gdscript (`.gd`) as a supported language, easing further development by not requiring me to...
https://cursor.com/docs/configuration/extensions#publisher-verification We'd first need to additionally link to Open VSX in our install docs where we currently already link to the Visual Studio Marketplace.
We'd like to support single-argument swap which expects argument to evaluate to two targets and then swaps them. That would enable commands like `"swap every two tokens air"` to swap...
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...
Is there any way to enable support for .html.erb The only way that I know of is changing the file type to ERB. I wonder if there is a way,...
I found an interesting scenario and wanted to check how I should handle it. I was practicing my demo for my new tool - Talon Automated Installation Platform (TAIP) -...