-
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
[Feature] HTML tags in Typescript comment #29188
Comments
I am checking other third party code and I don't know how their code are generated nor any other tools that can properly show the content. Take this code for example https://github.com/CreateJS/EaselJS/blob/master/src/easeljs/display/Graphics.js |
Well, I agree for most cases. What about enable syntax highlight for |
@bingzheyuan Which keywords are you not seeing highlighted? |
Please check this screenshot. https://code.visualstudio.com/images/angular_decorator-hover.png |
For the following code snippet, if cursor is on
constructor
, you can find the comment shows the HTML tag as well. It will be much better that HTML content can be parsed and ommits the tag in the hover window.The text was updated successfully, but these errors were encountered: