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
22
33import com.github.oldmegit.goframehelper.completion.go.CompletionApiTag
44import 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
22
33import com.github.oldmegit.goframehelper.provider.go.ReferenceCallBase
44import com.goide.psi.GoCallExpr
Original file line number Diff line number Diff line change 1414 <defaultLiveTemplates file =" liveTemplates/GoFrame.xml" />
1515
1616 <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" />
1819
1920 <postStartupActivity implementation =" com.github.oldmegit.goframehelper.startup.StartUp" />
2021
2425
2526 <notificationGroup displayType =" BALLOON" id =" GoFrame Help Notify" />
2627
27- <psi .referenceContributor language =" go" implementation =" com.github.oldmegit.goframehelper.contributor.Reference" />
2828 </extensions >
2929
3030 <projectListeners >
You can’t perform that action at this time.
0 commit comments