主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Asher Bernardi
活动总数
7
最后的活动
2020年03月05日 16:02
成员加入日期
2020年03月04日 02:38
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
3
活动概览
帖子(1)
评论(3)
按最近的活动排序
最近的活动
投票数
已编辑于
2020年03月04日 14:40
Somehow they neglect to explain this in the complete documentation for Gradle-based plugins, but there is a gradle-intellij-plugin task you can run to assemble the plugin into a zip or jar file. Ju...
社区
IntelliJ IDEA Open API and Plugin Development
Unable to prepare IntelliJ plugin for deployment
2 票
创建于
2020年03月05日 15:43
I had this same problem because I was trying to match angle brackets ("<>"), and after doing some I discovered that in com.intellij.codeInsight.editorActions.TypedHandler#handleAfterLParen(), it ch...
社区
IntelliJ IDEA Open API and Plugin Development
Auto-closing braces in a custom language, BraceMatcher not working
0 票
创建于
2020年03月04日 14:28
Ok, so I've done that. Here is what my gradle intellij method looks like: intellij { version = ideaVersion plugins 'java' updateSinceUntilBuild = false alternativeIdePath 'C:\\Users\\my...
社区
IntelliJ IDEA Open API and Plugin Development
Language references not working when the plugin is installed
0 票