Skip to content
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

Closed
vparfonov opened this issue Jul 18, 2016 · 2 comments
Closed

Language Server Protocol: Hover feature #1800

vparfonov opened this issue Jul 18, 2016 · 2 comments
Assignees
Labels
kind/enhancement A feature request - must adhere to the feature request template.

Comments

@vparfonov
Copy link
Contributor

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

@vparfonov vparfonov added kind/enhancement A feature request - must adhere to the feature request template. team/ide labels Jul 18, 2016
@JamesDrummond
Copy link
Contributor

@evidolob @vparfonov Provide status label.

@bmicklea 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
@bmicklea
Copy link

bmicklea commented Aug 9, 2016

Further specification will be written during this sprint.

@evidolob 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 12, 2016
@evidolob 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
Labels
kind/enhancement A feature request - must adhere to the feature request template.
Projects
None yet
Development

No branches or pull requests

4 participants