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

Implement new scip SymbolInformation fields #666

Closed
nicolas-guichard opened this issue Nov 17, 2023 · 1 comment
Closed

Implement new scip SymbolInformation fields #666

nicolas-guichard opened this issue Nov 17, 2023 · 1 comment

Comments

@nicolas-guichard
Copy link
Contributor

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 as owner or parent 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:

@varungandhi-src
Copy link
Contributor

varungandhi-src commented Nov 22, 2023

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.

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

Successfully merging a pull request may close this issue.

2 participants