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

Hover should show element signature #259

Closed
aeschli opened this issue Jun 12, 2017 · 4 comments
Closed

Hover should show element signature #259

aeschli opened this issue Jun 12, 2017 · 4 comments
Assignees
Milestone

Comments

@aeschli
Copy link
Contributor

aeschli commented Jun 12, 2017

The hover should show the signature of the element below the cursor, together with the Javadoc.

In Eclipse:
image
image

Enumerations could also show the value:
image

@tsmaeder
Copy link
Contributor

Stupid question perhaps: why isn't this covered by textDocument/signatureHelp ?

@aeschli
Copy link
Contributor Author

aeschli commented Jun 21, 2017

I think we want both. Signature help appears while typing (entering the open bracket, and while completing the parameters), and hover is useful while reading browsing code.

@aeschli
Copy link
Contributor Author

aeschli commented Jun 21, 2017

Signature help is #12, also in work.

@tsmaeder
Copy link
Contributor

ok, thx for the explanation

@fbricon fbricon added this to the End June 2017 milestone Jun 27, 2017
@fbricon fbricon added the hover label Feb 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants