主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Jerry88 Kim
活动总数
3
最后的活动
2024年11月25日 05:34
成员加入日期
2024年11月21日 21:25
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
1
活动概览
帖子(0)
评论(2)
Jerry88 Kim
进行了评论,
2024年11月22日 18:43
Here is build.gradle.kts file.fun properties(key: String) = providers.gradleProperty(key) fun environment(key: String) = providers.environmentVariable(key) plugins { id("java") // Java support...
社区
IntelliJ IDEA Open API and Plugin Development
JSON FileType not resolving new 2024.3 plugin
0 票
Jerry88 Kim
进行了评论,
2024年11月21日 21:25
Same here. And also it gives below compile error even though I add com.intellij.modules.json in plugin.xml.error: package com.intellij.json does not existimport com.intellij.json.JsonLexer; ...
社区
IntelliJ IDEA Open API and Plugin Development
JSON FileType not resolving new 2024.3 plugin
0 票