Julian Torres
Julian Torres
Any chance there could be a mapping for "go to sibling"? For example, let's say I have the following: ``` - item 1 - item 2 - item 3 -...
I use a monospace font for editing, but the alignment is the same with other types of fonts as well.
Was just going to say this. I use this a bunch in conjunction with dataclasses, which seems to be a common way to create Python classes these days. Would be...
Ugh of course it was just the ordering I messed up! For whatever reason I was thinking that the "x","k" would come before the languageId (so `"m", "x", "k", "languageId:markdown"`...
Speaking personally of course, I don't particularly care about syncing or codespaces. I have only one machine I care about, although I totally get your point; just wouldn't be applicable...
Apologies for the delay here. I think that the issue may be unrelated to the setting itself, it seems to just make it easier to encounter. I tried using VSCode's...
I'll look into everything you mentioned, but first thing: the fact that you only see one `SPC` in the above video is just because of my screen recording software -...
As an aside, the above 3 conditions is how I expect `SPC f t` to work in VSpaceCode, since that's how it works in Spacemacs, but it doesn't. If I...
Sorry for the various edits to the original description, had to clarify exactly what my keybindings do 🙂
As far as the ability to execute arbitrary keybindings from an extension, I'm going to try looking for examples or issues in the vscode repo to see if this has...