Skip to content

Add support for brace/paren matching #21

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

Closed
rkeithhill opened this issue Sep 13, 2013 · 1 comment
Closed

Add support for brace/paren matching #21

rkeithhill opened this issue Sep 13, 2013 · 1 comment
Labels
Issue-Enhancement It's a feature request.

Comments

@rkeithhill
Copy link
Contributor

I would imagine this to work like it does in VS or ISE. Key-binding could be Ctrl+]. It would match both curly braces and parens which PowerShell command lines can be heavy with. An additional option here might be to match quotes as well since it can be confusing sometimes which double quote matches another and same for single quote.

@lzybkr
Copy link
Contributor

lzybkr commented Oct 21, 2013

Fixed. 52e9083

I didn't add anything for matching quotes. I agree it seems like a good idea, but no editor I use does that, so for consistency I decided to not implement it.

Note that ForwardWord/BackwardWord/EmacsForwardWord/EmacsBackwardWord isn't quite like other shells, it moves roughly by token, so it sort of already is like quote matching.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Enhancement It's a feature request.
Projects
None yet
Development

No branches or pull requests

2 participants