-
Notifications
You must be signed in to change notification settings - Fork 409
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
Adopt improved DocumentSymbolProvider API #780
Comments
This LSP4J issue might affect this task: eclipse-lsp4j/lsp4j#252. I am waiting for confirmation. |
@fbricon, I start working on this issue. Please assign this to me. Thank you! |
This requires bumping up LSP4J to the
I will work on the |
@kittaakos lsp4j 0.5.0.M1 is now in use. You can start playing :-) |
…ument symbols. Signed-off-by: Akos Kitta <[email protected]>
I found an inconsistency between the JDT UI code and the code we have copied into JDT LS. It is I am going to change it and fix if there are no objections. Also, I am going to add the type information of the return type to the method names. |
…ument symbols. Closes: eclipse-jdtls#780. Signed-off-by: Akos Kitta <[email protected]>
…ols. Closes: eclipse-jdtls#780. Signed-off-by: Akos Kitta <[email protected]>
…ols. Closes: eclipse-jdtls#780. Signed-off-by: Akos Kitta <[email protected]>
…ols. Closes: eclipse-jdtls#780. Signed-off-by: Akos Kitta <[email protected]>
…ols. Closes: eclipse-jdtls#780. Signed-off-by: Akos Kitta <[email protected]>
…ols. Closes: eclipse-jdtls#780. Signed-off-by: Akos Kitta <[email protected]>
PR: #792 |
Closes: #780. Signed-off-by: Akos Kitta <[email protected]>
A
DocumentSymbolProvider
should now return document symbols which can represent a hierarchy and that can differentiate between the full range of a symbol and the selection range, e.g. the name of a function.The API is already available in LSP4J (0.5.0).
The text was updated successfully, but these errors were encountered: