We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Test for microsoft/TypeScript#51832
Complexity: 3
Create Issue
TS 5.1 enables linked editing for JSX tags. This means you can place your cursor on one tag and start editing to update the matching tag
"editor.linkedEditing": true
npm install typescript@next
.tsx
.jsx
Some things to test:
myNamespace.Component
The text was updated successfully, but these errors were encountered:
Worked as expected :)
Sorry, something went wrong.
@mjbvz @luabud Works mostly well, but stops working when the tag name is empty
For some reason, it required me to restart VSCode (HTML-only files didn't), but after that, it works well. Thanks 🙂.
I tried restarting but it doesn't work
No branches or pull requests
Test for microsoft/TypeScript#51832
Complexity: 3
Create Issue
Summary
TS 5.1 enables linked editing for JSX tags. This means you can place your cursor on one tag and start editing to update the matching tag
Testing
"editor.linkedEditing": true
npm install typescript@next
and switch your workspace to use TypeScript 5.1.tsx
or.jsx
file, try making linked edits to jsx tagsSome things to test:
myNamespace.Component
The text was updated successfully, but these errors were encountered: