Grégoire Geis

Results 143 comments of Grégoire Geis
trafficstars

0d41c91c0fb075d82739035c27e22310426ea8f5 improves `p` / `P` behavior.

Oh, that's a good point. The only issue is that some commands (the ones that use pipes) must run on the workspace, whereas most commands run in the UI. For...

The most important parts of the Dance documentation are the [README](https://github.com/71/dance/blob/master/README.md) and the [commands](https://github.com/71/dance/blob/master/src/commands/README.md#dance-commands) table. You're right that a cheatsheet would be nice, but right now there is none.

I never thought about it... I guess it's the right name, yeah... Personally: - UI: Hover-for-definition and autocompletions are just very good in VS Code, and no terminal-based UI can...

> Vim and NeoVim are extremely fast; were you using a slow plugin for completions or something? (YCM is excellent but slow, and IIRC the slowness of the official Rust...

@endowdly I think the confusion here is that the post originally asks what features are available in VS Code, but not in Kakoune, and the feature you're mentioning is in...

Unfortunately, extensions having a negative impact on other extensions is a known issue (https://github.com/microsoft/vscode/issues/73041). I guess the issue is indeed that `clangd` is slowing down the extension host, though I'm...

It's probably possible to implement this, given that it's possible to record actions and replay them (though it's hard, IMO, which is why `.` often fails spectacularly in Dance). I...

Ah, I see. Indeed, VS Code will automatically merge overlapping selections, which is outside of the control of Dance. In theory we could emulate it with listeners to document changes...

Hey, and thanks for the feedback. This is actually the main idea behind the next planned release (0.6). Basically, I'd like to disable all default keybindings and add a dialog...