-
Notifications
You must be signed in to change notification settings - Fork 30.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
[semantic][typescript] Semantic highlighting for imports should be optional #93017
Comments
Thanks for this issue. I actually spent a while debugging this, and even reported it, not checking whether it might be a feature. Needless to say I second this proposal. Semantic highlighting in imports help me to quickly identify the type of whatever I am importing into the component. |
I also like this feature and hope it will be available next releases |
I'm running VSCode version 1.42 for this feature alone so I also second this 😄 |
Hi, @aeschli. Are there any news about this feature? All I've seen is this has been delayed twice. Many people still using 1.42 because of this, including me. Is this ever going to be done? If not, I think you should say something, so we can go use some other editor/IDE that gives us what we want/need without having to stop updates. |
It's still on my list, but there's always other things coming up. |
@aeschli I'd be glad to give it a try. Hope I have what's needed. Please, give me the info I need and I'll give this as much time as I can spare. |
Semantic highlighting is implemented in a TypeScipt server plugin: https://github.com/aeschli/typescript-vscode-sh-plugin To send settings from the typescipt client to the plugin on the server, there's an API:
|
The typescript team is working on adopting our semantic highlighting code to the ts server, see microsoft/TypeScript#39119. |
Is there any news about this? |
I also would like to know it |
Yes, semantic highlighting for TS/JS is now part of TypeScript. |
@arkthur @EliasGcf Do you want to file a new issue against https://github.com/microsoft/TypeScript/issues ? |
Closing. Please file an issue against TypeScript if still needed |
In 1.43.1, it was decided that imports should no longer have semantic highlighting, but in #92740 there is an answer that shows that I'm not the only one who actually liked that feature and find it useful. I hope you consider for next upgrade to at least make it optional. Thanks in advance.
The text was updated successfully, but these errors were encountered: