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

Make syntax server support hovering over a type #1403

Merged
merged 1 commit into from Apr 6, 2020

Conversation

testforstephen
Copy link
Contributor

Signed-off-by: Jinbo Wang jinbwan@microsoft.com

Currently hovering at a type doesn't work at syntax server, see #1386 (comment). The reason is the hover handler uses search engine to validate whether the type is resolved. However, the syntax server disabled search engine so that no result is returned.

Given syntax server is for speeding up responsiveness, IMO, returning a non 100% accurate result is acceptable. I would prefer to skip the validation step for syntax server.

Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
@fbricon fbricon merged commit bbc8976 into eclipse-jdtls:master Apr 6, 2020
@fbricon
Copy link
Contributor

fbricon commented Apr 6, 2020

Nice, thanks @testforstephen !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants