How to contribute to "Go to related file/symbol"?

I did not find any official documenation about the API.

Are `GotoRelatedProvider` and `RelatedItemLineMarkerProvider` the correct classes to overwrite? Where do I have to register them?

0
正式评论

GotoRelatedProvider is the correct extension to override. It should be registered as an extension in plugin.xml:

<gotoRelatedProvider implementation="your.ClassName"/>

请先登录再写评论。