We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Support for locating the declarations associated with the name at the specified module coordinates. Mandated by Go To Declaration Request.
This amounts to implementing org.eclipse.lsp4j.TextDocumentService.declaration.
org.eclipse.lsp4j.TextDocumentService.declaration
This is similar to Go To Definition, but operating on a disjoint set of elements. See that issue for more guidance and detail.
The following items count as declarations:
Uses
Extends
Names
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Support for locating the declarations associated with the name at the specified module coordinates. Mandated by Go To Declaration Request.
This amounts to implementing
org.eclipse.lsp4j.TextDocumentService.declaration
.This is similar to Go To Definition, but operating on a disjoint set of elements. See that issue for more guidance and detail.
The following items count as declarations:
Uses
section of a module header.Extends
section of a module header.Names
section of a module header.The text was updated successfully, but these errors were encountered: