sourcegraph / scip-java

SCIP Code Intelligence Protocol generator for Java
https://sourcegraph.github.io/scip-java/
Apache License 2.0
66 stars 26 forks source link

Support for is_type_definition relationship field for SymbolInformation #693

Open hshukla-uber opened 2 months ago

hshukla-uber commented 2 months ago

Currently scip-java only supports is_reference and is_implementation fields for relationships between symbols. It would be nice if we can get support for is_type_definition defined in scip.proto here. This would help with go-to-typedef navigation in the editor

keynmol commented 2 months ago

Hello.

Currently we aren't working on new feature requests for scip-java, focusing mostly on bug fixes and customer issues.

Additionally, I don't believe "Go To Definition" exists in our product, and there are no SCIP indexers we maintain that support this feature either.

That said, we'll be happy to review a PR for it, though at this point I won't be much help in implementing it as I haven't looked into this issue at all.