Łukasz Langa
Łukasz Langa
Multiple people over the years reached out to the author (myself included) and we received no response.
Just like with #4692, Imma be a tie breaker here and side with Hugo. I do think it's an API, even if it's read-only. But even if you disagree, this...
I like how Stan is already talking in terms of semantic classes.
The equivalent in Helix would be: - `x` in NOR to mark lines (I use `Enter` in the GIF since I find it more natural; all other bindings are the...
Interesting, I never knew about "editor.action.selectAllMatches"! And that's sort of the point, relying on every new user to know to add a custom keybinding to achieve this is not a...
Ultimately this is your extension, so you decide whether the additional 116 lines of TypeScript will make maintenance harder. From my perspective, this functionality brings your extension on par with...
> Could you further explain what this extension can't do without this PR? I look at it this way: Visual Studio Code is perfectly capable of editing text without external...
> It seems that what you describe is already doable with the exact same keybindings in helix using the unmodified extension. If so then I was unable to make it...
> This should be doable with `autoFindInSelection` set to always or multi-line as mentioned above. and with the command `editor.action.selectAllMatches`. This isn't the same. You can't use Helix keyboard bindings...
> Any thoughts on the above idea? I don't actually use the vscode-modal-editor command mode myself, so I wouldn't mind if it went away, but you have to take into...