-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Language Server Protocol: Hover feature #1800
Labels
kind/enhancement
A feature request - must adhere to the feature request template.
Comments
vparfonov
added
kind/enhancement
A feature request - must adhere to the feature request template.
team/ide
labels
Jul 18, 2016
26 tasks
@evidolob @vparfonov Provide status label. |
bmicklea
added
the
status/analyzing
An issue has been proposed and it is currently being analyzed for effort and implementation approach
label
Aug 9, 2016
Further specification will be written during this sprint. |
evidolob
added
status/in-progress
This issue has been taken by an engineer and is under active development.
and removed
status/analyzing
An issue has been proposed and it is currently being analyzed for effort and implementation approach
labels
Sep 7, 2016
evidolob
pushed a commit
that referenced
this issue
Sep 8, 2016
evidolob
pushed a commit
that referenced
this issue
Sep 12, 2016
evidolob
added
status/pending-merge
and removed
status/in-progress
This issue has been taken by an engineer and is under active development.
labels
Sep 12, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The hover request is sent from the client to the server to request hover information at a given text document position.
Changed: in 2.0 the requests uses TextDocumentPositionParams with a proper textDocument and position property. In 1.0 the uri of the referenced text document was inlined into the params object.
https://github.com/Microsoft/language-server-protocol/blob/master/protocol.md#hover
The text was updated successfully, but these errors were encountered: