-
Notifications
You must be signed in to change notification settings - Fork 26
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 for Type #1032
Labels
Milestone
Comments
Tenember
added a commit
that referenced
this issue
Oct 16, 2018
The method OnHover from TypeCobolServer.cs now send back to the Rdz Plugin the TypeDefinition in the form of a MarkedString formatted in HTML
Tenember
added a commit
that referenced
this issue
Oct 18, 2018
The HTML formatting was causing issues on the number on line showed and considered not appropriate
smedilol
pushed a commit
that referenced
this issue
Nov 20, 2018
The method OnHover from TypeCobolServer.cs now send back to the Rdz Plugin the TypeDefinition in the form of a MarkedString formatted in HTML
smedilol
pushed a commit
that referenced
this issue
Nov 20, 2018
The HTML formatting was causing issues on the number on line showed and considered not appropriate
smedilol
pushed a commit
that referenced
this issue
Nov 20, 2018
The method OnHover from TypeCobolServer.cs now send back to the Rdz Plugin the TypeDefinition in the form of a MarkedString formatted in HTML
smedilol
pushed a commit
that referenced
this issue
Nov 20, 2018
The HTML formatting was causing issues on the number on line showed and considered not appropriate
smedilol
pushed a commit
that referenced
this issue
Jan 14, 2019
The HTML formatting was causing issues on the number on line showed and considered not appropriate
maxime645
pushed a commit
that referenced
this issue
Jan 18, 2019
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Implement Hover mechanism in LanguageServer.
This need to work at least for Type.
Because currently you cannot get the definition of a Type easily.
You have to manually open the source which contains the typedef.
The text was updated successfully, but these errors were encountered: