Larson
- 活动总数 19
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 8
-
-
-
Larson 创建了一个帖子, -
Larson 创建了一个帖子, 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? -
-
-
-
-
-
Larson 创建了一个帖子, 已回答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...