Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configurable "jump to bracket" characters/words (based on indentation, do/end, etc.) #113

Open
Nezteb opened this issue Mar 9, 2023 · 0 comments

Comments

@Nezteb
Copy link

Nezteb commented Mar 9, 2023

VS Code and metaGo both support jump to bracket:

metaGo uses a variable to store bracketPairs: https://github.com/metaseed/metaGo/blob/master/src/bracket-jumper.ts#L10

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant