You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One thing I've always wanted in VS Code is a "jump to block" function that lets you jump to the start and end of a block based off of its indentation level. That seems a little complicated, so another thing I've wanted is a way to configure what characters/words can be jumped to.
There was a VS Code issue for this, but it was closed because it wasn't put on the roadmap: microsoft/vscode#32085
I created a new VS Code issue for this but don't know how it will be received by the VS Code team: microsoft/vscode#176694
So, my question to the metaGo crew: is this something y'all would find useful/doable?
The text was updated successfully, but these errors were encountered:
VS Code and
metaGo
both support jump to bracket:metaGo
uses a variable to storebracketPairs
: https://github.com/metaseed/metaGo/blob/master/src/bracket-jumper.ts#L10One thing I've always wanted in VS Code is a "jump to block" function that lets you jump to the start and end of a block based off of its indentation level. That seems a little complicated, so another thing I've wanted is a way to configure what characters/words can be jumped to.
There was a VS Code issue for this, but it was closed because it wasn't put on the roadmap: microsoft/vscode#32085
I created a new VS Code issue for this but don't know how it will be received by the VS Code team: microsoft/vscode#176694
So, my question to the
metaGo
crew: is this something y'all would find useful/doable?The text was updated successfully, but these errors were encountered: