Larson
- Total activity 19
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 8
-
-
Edited 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? -
Edited How to enable "for current project" indicator, when registering a "projectConfigurable"?
AnsweredI registered a ```com.intellij.openapi.options.Configurable``` instance via ``` <extensions defaultExtensionNs="com.intellij"> <projectConfigurable instance="com.foo.options.Configuration"/></exten...