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

Implement automatic wrapping with < > for C++ #47864

Closed
ranolfi opened this issue Apr 14, 2018 · 0 comments
Closed

Implement automatic wrapping with < > for C++ #47864

ranolfi opened this issue Apr 14, 2018 · 0 comments
Assignees
Labels
editor-autoclosing Editor automatic closing of parens / brackets / etc. feature-request Request for new features or functionality verification-needed Verification of issue is requested verified Verification succeeded
Milestone

Comments

@ranolfi
Copy link
Contributor

ranolfi commented Apr 14, 2018

Feature request: VS Code currently supports auto wrapping expressions with parenthesis or brackets by selecting it and typing ( or { and [, respectively. I noticed this is language-independent.

For most languages it also supports wrapping with quotes.

And for some languages it also autowraps with symbols < and >. I tested with HTML and XML.

But not for C++, where this would also make sense.

(p.s. what is curious is that I noticed this while editing a bash script with extension .sh.)

@vscodebot vscodebot bot added editor editor-core Editor basic functionality labels Apr 14, 2018
@aeschli aeschli added this to the April 2018 milestone Apr 18, 2018
@aeschli aeschli added feature-request Request for new features or functionality verification-needed Verification of issue is requested labels Apr 18, 2018
@alexdima alexdima added editor-autoclosing Editor automatic closing of parens / brackets / etc. verified Verification succeeded and removed editor editor-core Editor basic functionality labels Apr 24, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Jun 2, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
editor-autoclosing Editor automatic closing of parens / brackets / etc. feature-request Request for new features or functionality verification-needed Verification of issue is requested verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

3 participants