-
Notifications
You must be signed in to change notification settings - Fork 14
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
hover with context help: formatting issue #102
Comments
To improve this hover, typescript.java must support Markdown syntax. @nimo23 I'm working on this feature. |
@nimo23 could you put in this issue the Angular2 comment that you have used to do the screenshot. Thanks! |
Angular2 comment? I only type this in ts-editor:
and when hovering over it, then (unformatted) help is shown. |
Please copy/paste the full comment in this issue. |
This is the content of ts-file:
And when hovering over '@component', then this unformatted comment is shown:
|
Sorry with my bad explanation. I would like to have the real comment. So please do Ctrl+Click on "Component " to open the angular file where Component is declared and copy paste the comment in this issue. |
You mean this?:
|
@nimo23 please retry this issue, I hav eimproved hower with markdown processor. |
I cannot check it because of #141. When it is resolved, I will check it. |
I have tried it but only the following text is shown when hovering on "Component":
It is formatted (not on one line). However, the API description itself is not shown. |
I think it's because @waitIdDoes. VSCode has the same problem I think |
I close this issue because now hover uses TextMate markdown liek VSCode. |
When I hover over @component({, then this unformatted help is shown:
Please improve formatting.
The text was updated successfully, but these errors were encountered: