Kcheng Mvp
- 活动总数 40
- 最后的活动
- 成员加入日期
- 关注 1 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 8
-
创建于 Cannot resolve language with id ''go''
已回答I am going to implement an extensions. here is the code "go" is high-lighted in red and shows "" <depends>com.intellij.modules.platform</depends><depends>org.jetbrains.plugins.go</depends><extensi... -
创建于 how to extend system behavior (Go Struct customized tag autocomplete)
已回答I am going add customize tag autocomplete for go struct. is there any way to achieve this? -
创建于 IdeaVim "tray style" setting window & icon
已回答Just as below icon shows, it's IdeaVim plugin setting page. it's like OS tray. Is there any document about how to implement it? -
已编辑于 Missed testFramework.jar in GO-2020.3.4
已回答I am following the menu https://plugins.jetbrains.com/docs/intellij/tests-and-fixtures.html to write a unit test for my go plugin. I found there is no BasePlatformTestCase.class in GO-2020.3. I di... -
创建于 How to create a popup(menu/window) in the actionPerformed event
已回答How to create a popup(menu/window) in the actionPerformed event. -
创建于 how to get Go PSI user defined type's definition.
已回答I have definied two struct as below type BaseEntity struct {CreatedAt sql.NullTimeCreatedBy stringUpdatedAt sql.NullTimeUpdatedBy string}type Order struct {CustNo stringOrderNum stringOrderQty in... -
已编辑于 GoLang Plugin development :Could not determine the dependencies of task ':prepareSandbox'. > Plugin org.jetbrains.plugins.go:193.5233.102.83 is not compatible to GO-203.7717.58
已回答I am following the manual here https://plugins.jetbrains.com/docs/intellij/goland.html to develop a GoLang plugin. Could not determine the dependencies of task ':prepareSandbox'.> Plugin org.jetbr... -
创建于 help : requires missing "com.intellij.modules.go"
已回答Right now I am developing a GoLand plugin; I got an error "requires missing "com.intellij.modules.go" when I run gradle build , here is part of my gradle.properties pluginVersion = 0.5.1pluginS...