File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
kotlin/com/github/oldmegit/goframehelper/contributor/go Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- package com.github.oldmegit.goframehelper.contributor
1
+ package com.github.oldmegit.goframehelper.contributor.go
2
2
3
3
import com.github.oldmegit.goframehelper.completion.go.CompletionApiTag
4
4
import com.github.oldmegit.goframehelper.completion.go.CompletionCall
Original file line number Diff line number Diff line change 1
- package com.github.oldmegit.goframehelper.contributor
1
+ package com.github.oldmegit.goframehelper.contributor.go
2
2
3
3
import com.github.oldmegit.goframehelper.provider.go.ReferenceCallBase
4
4
import com.goide.psi.GoCallExpr
Original file line number Diff line number Diff line change 14
14
<defaultLiveTemplates file =" liveTemplates/GoFrame.xml" />
15
15
16
16
<completion .contributor language =" go"
17
- implementationClass =" com.github.oldmegit.goframehelper.contributor.Completion" />
17
+ implementationClass =" com.github.oldmegit.goframehelper.contributor.go.Completion" />
18
+ <psi .referenceContributor language =" go" implementation =" com.github.oldmegit.goframehelper.contributor.go.Reference" />
18
19
19
20
<postStartupActivity implementation =" com.github.oldmegit.goframehelper.startup.StartUp" />
20
21
24
25
25
26
<notificationGroup displayType =" BALLOON" id =" GoFrame Help Notify" />
26
27
27
- <psi .referenceContributor language =" go" implementation =" com.github.oldmegit.goframehelper.contributor.Reference" />
28
28
</extensions >
29
29
30
30
<projectListeners >
You can’t perform that action at this time.
0 commit comments