Implement automatic wrapping with < > for C++ #47864
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
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
.)The text was updated successfully, but these errors were encountered: