-
Notifications
You must be signed in to change notification settings - Fork 29.3k
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
[jsx] Mark occurrences on embeddded html: Select open and closing tag #1650
Comments
I cannot reopen the issue. @aeschli |
In JSX files mark occurrences is currently done just textually (and it is unrelated to what is done in .html files). We will switch the underlying infrastructure to Salsa see microsoft/TypeScript#4789. Salsa will provide what is done in .tsx files in .jsx files. I've just checked the latest support in .tsx and this feature request isn't covered. I suggest to reproduce your problem in a .tsx file and then file a feature request against typescript https://github.com/Microsoft/typescript. |
I'm not seeing anything in the typescript repo about this, and I'm finding it hard to find the right terminology to search for it. Has there been any movement on this feature in typescript that will fix this for vscode? It's a major pain when dealing with large JSX blocks to not be able to easily see matching opening/closing tags. |
In large files, it is very difficult to identify the closing tag. When the cursor is present inside the opening tag, only closing tag should be highlighted.
The text was updated successfully, but these errors were encountered: