Larson
- 活动总数 19
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 8
-
-
已编辑于 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? -
已编辑于 How to enable "for current project" indicator, when registering a "projectConfigurable"?
已回答I registered a ```com.intellij.openapi.options.Configurable``` instance via ``` <extensions defaultExtensionNs="com.intellij"> <projectConfigurable instance="com.foo.options.Configuration"/></exten...