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
SymbolInformation
sourcegraph/scip/issues/154 added support for a number of new fields in SCIP's SymbolInformation:
kind
display_name
signature_documentation
enclosing_symbol
owner
parent
On the Java side the sematicdb data already contains the kind (and properties, eg to build an AbstractMethod), but it does not on the Kotlin side.
For both Java and Kotlin:
The text was updated successfully, but these errors were encountered:
properties
We're not implementing new enhancement/feature requests at the moment. If you'd like to submit a PR, we can review PRs on a best-effort basis.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
sourcegraph/scip/issues/154 added support for a number of new fields in SCIP's
SymbolInformation
:kind
display_name
signature_documentation
enclosing_symbol
(what was originally proposed asowner
orparent
in the linked issue)On the Java side the sematicdb data already contains the kind (and properties, eg to build an AbstractMethod), but it does not on the Kotlin side.
For both Java and Kotlin:
The text was updated successfully, but these errors were encountered: