Kcheng Mvp
- Total activity 40
- Last activity
- Member since
- Following 1 user
- Followed by 0 users
- Votes 2
- Subscriptions 8
-
Created Cannot resolve language with id ''go''
AnsweredI 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... -
Created how to extend system behavior (Go Struct customized tag autocomplete)
AnsweredI am going add customize tag autocomplete for go struct. is there any way to achieve this? -
Created IdeaVim "tray style" setting window & icon
AnsweredJust as below icon shows, it's IdeaVim plugin setting page. it's like OS tray. Is there any document about how to implement it? -
Edited Missed testFramework.jar in GO-2020.3.4
AnsweredI 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... -
Created How to create a popup(menu/window) in the actionPerformed event
AnsweredHow to create a popup(menu/window) in the actionPerformed event. -
Created how to get Go PSI user defined type's definition.
AnsweredI have definied two struct as below type BaseEntity struct {CreatedAt sql.NullTimeCreatedBy stringUpdatedAt sql.NullTimeUpdatedBy string}type Order struct {CustNo stringOrderNum stringOrderQty in... -
Edited 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
AnsweredI 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... -
Created help : requires missing "com.intellij.modules.go"
AnsweredRight 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...