主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Kcheng Mvp
活动总数
40
最后的活动
2021年05月03日 14:05
成员加入日期
2020年10月21日 06:34
关注
1 名用户
关注者数
0 名用户
投票数
2
订阅数
8
活动概览
帖子(8)
评论(22)
按最近的活动排序
最近的活动
投票数
创建于
2021年04月30日 02:35
here is by the way I am using build.gradle.kts. intellij { version = "2021.1" type = "GO" setPlugins("org.jetbrains.plugins.go:211.6693.14")}
社区
IntelliJ IDEA Open API and Plugin Development
Cannot resolve language with id ''go''
0 票
创建于
2021年04月29日 09:19
I found the example. com.goide.inspections.tag.GoTagValueCompletionContributor @NotNullstatic Capture<PsiElement> rawStringInStructTag() { Capture var10000 = GoTagUtil.RAW_STRING_IN_STRUCT_TAG...
社区
GoLand
how to extend system behavior (Go Struct customized tag autocomplete)
0 票
已编辑于
2021年04月29日 09:17
yes, I found the example. com.goide.inspections.tag.GoTagValueCompletionContributor @NotNullstatic Capture<PsiElement> rawStringInStructTag() { Capture var10000 = GoTagUtil.RAW_STRING_IN_STRUC...
社区
GoLand
how to extend system behavior (Go Struct customized tag autocomplete)
0 票
创建于
2021年04月29日 09:09
thank you very much! In fact I want to achieve this by a plugin. are there any examples?
社区
GoLand
how to extend system behavior (Go Struct customized tag autocomplete)
0 票
创建于
2021年04月07日 16:45
Thank you very much, I will have a try
社区
IntelliJ IDEA Open API and Plugin Development
How to create a popup(menu/window) in the actionPerformed event
0 票
创建于
2021年04月06日 18:38
following code can execute successfully in gradle runIde mode, but it failed in the unit test mode. here is the struct type type OrderHeader struct { Sku string BatchNo *string Seq u...
社区
IntelliJ IDEA Open API and Plugin Development
how to get Go PSI user defined type's definition.
0 票
已编辑于
2021年04月06日 18:40
Thank you very much! finally I can use the test framework successfully by manual add the dependency. but I run into issue. please refer to the link https://intellij-support.jetbrains.com/hc/en-us/c...
社区
IntelliJ IDEA Open API and Plugin Development
Missed testFramework.jar in GO-2020.3.4
0 票
创建于
2021年04月04日 15:42
Can anyone from jetbrains help me out?
社区
IntelliJ IDEA Open API and Plugin Development
Missed testFramework.jar in GO-2020.3.4
0 票
创建于
2021年04月02日 15:32
I am wrong or is there any way to get the jar?
社区
IntelliJ IDEA Open API and Plugin Development
Missed testFramework.jar in GO-2020.3.4
0 票
创建于
2021年03月30日 17:31
I just want to make sure there is built widget or not. Or I need to build this widget from scratch.
社区
IntelliJ IDEA Open API and Plugin Development
How to create a popup(menu/window) in the actionPerformed event
0 票
«
第一页
‹
上一页
下一页
›
最后
»