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: Signature Help feature #1801

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

Language Server Protocol: Signature Help feature #1801

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

Comments

@vparfonov
Copy link
Contributor

The signature help request is sent from the client to the server to request signature information at a given cursor 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#signature-help

@vparfonov vparfonov added kind/enhancement A feature request - must adhere to the feature request template. team/ide labels Jul 18, 2016
@vparfonov vparfonov added status/open-for-dev An issue has had its specification reviewed and confirmed. Waiting for an engineer to take it. sprint/current labels Sep 2, 2016
@evidolob evidolob added status/in-progress This issue has been taken by an engineer and is under active development. and removed status/open-for-dev An issue has had its specification reviewed and confirmed. Waiting for an engineer to take it. labels Sep 12, 2016
@evidolob evidolob self-assigned this Sep 12, 2016
@evidolob evidolob added status/code-review This issue has a pull request posted for it and is awaiting code review completion by the community. and removed status/in-progress This issue has been taken by an engineer and is under active development. labels Sep 29, 2016
@evidolob evidolob removed the status/code-review This issue has a pull request posted for it and is awaiting code review completion by the community. label Sep 29, 2016
JPinkney pushed a commit to JPinkney/che that referenced this issue Aug 17, 2017
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. sprint/current
Projects
None yet
Development

No branches or pull requests

2 participants