主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Roman Golyshev
活动总数
12
最后的活动
2024年08月21日 13:17
成员加入日期
2020年09月03日 13:16
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
5
活动概览
文章(0)
帖子(0)
评论(7)
Roman Golyshev
进行了评论,
2024年08月21日 13:17
Zarmour hi! Currently, there is no way to influence the “Safe plugins” list from the outside.However, as king s said above, you can go on and see if your plugin is already included there 🙏
社区
IntelliJ IDEA Open API and Plugin Development
How to comfortable with K2 compile
0 票
Roman Golyshev
进行了评论,
2024年08月08日 11:43
Hi!Unfortunately, at the moment, there is no explicit API to mark the particular IDE plugin as compatible with K2 Mode. If your plugin depends on Kotlin Plugin and is not in the “Safe plugins” list...
社区
IntelliJ IDEA Open API and Plugin Development
How to comfortable with K2 compile
0 票
Roman Golyshev
进行了评论,
2021年04月22日 08:08
ShortenReferences.DEFAULT.process(KtTypeReference(typeRefNode)) This will most probably not workYou need to have your PSI in the place where it can be actually shortened - a full file with list of ...
社区
IntelliJ IDEA Open API and Plugin Development
How to add import for my class with Kotlin ?
0 票
Roman Golyshev
进行了评论,
2021年04月20日 10:20
@... hi! Can you please share how did you use ShortenReferences class? It should work in the case that you've described
社区
IntelliJ IDEA Open API and Plugin Development
How to add import for my class with Kotlin ?
0 票
Roman Golyshev
进行了评论,
2021年03月29日 12:17
Hi Abaklan88! Sorry for the late response; I hope that the answers will still be relevant. JavaCodeStyleManager.shortenClassReferences(ktParam) does nothing It is intended behavior; we have our...
社区
IntelliJ IDEA Open API and Plugin Development
Add new parameter into kotlin data class from IDEA plugin
0 票
Roman Golyshev
进行了评论,
2020年11月14日 09:04
Note: In gradle.kts scripts it is possible to call `setPlugins` twice; however, it seems that only the last call is going to take effect. So, instead of writing: intellij { ... setPlugins("j...
社区
IntelliJ IDEA Open API and Plugin Development
Kotlin doesn't import java dependencies 2019.3
0 票
Roman Golyshev
进行了评论,
2020年09月03日 13:16
Can you please try and use order="first, before KotlinCompletionContributor" for your completion contributor in your 'plugin.xml' configuration?
社区
IntelliJ IDEA Open API and Plugin Development
Kotlin auto-complete
0 票