-
Notifications
You must be signed in to change notification settings - Fork 13k
Closed
Labels
APIRelates to the public API for TypeScriptRelates to the public API for TypeScriptFixedA PR has been merged for this issueA PR has been merged for this issueSuggestionAn idea for TypeScriptAn idea for TypeScriptVS Code TrackedThere is a VS Code equivalent to this issueThere is a VS Code equivalent to this issue
Milestone
Description
From @wallverb on June 14, 2016 13:22
Right now when I use cmd+/
in tsx file in jsx part of the file:
eg. on second line of:
<div>
<div>...</div>
</div>
then it will convert it to
<div>
// <div>...</div>
</div>
It would be awesome if it could turn it into
<div>
{/* <div>...</div> */}
</div>
Copied from original issue: microsoft/vscode#7658
tinganho, frankwallis, EQuimper, KoenT-X, waderyan and 15 more
Metadata
Metadata
Assignees
Labels
APIRelates to the public API for TypeScriptRelates to the public API for TypeScriptFixedA PR has been merged for this issueA PR has been merged for this issueSuggestionAn idea for TypeScriptAn idea for TypeScriptVS Code TrackedThere is a VS Code equivalent to this issueThere is a VS Code equivalent to this issue