主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Vovahost
活动总数
38
最后的活动
2025年12月16日 17:08
成员加入日期
2020年09月01日 17:16
关注
0 名用户
关注者数
0 名用户
投票数
11
订阅数
9
活动概览
帖子(8)
评论(10)
按最近的活动排序
最近的活动
投票数
创建于
2022年08月09日 16:25
Thank you Yann, I'll drop the support for AppCode for now. Too much hustle. They need to simplify this.
社区
IntelliJ IDEA Open API and Plugin Development
Build the plugin that's fit for "IDEA Ultimate" and "IDEA Community"
0 票
创建于
2022年07月21日 05:04
Yann Cebron What you suggested works great. What if I want my plugin to also work in App Code? I was thinking to add a <depends config-file="com.example.myplugin-withAppCode.xml" optional="true">c...
社区
IntelliJ IDEA Open API and Plugin Development
Build the plugin that's fit for "IDEA Ultimate" and "IDEA Community"
0 票
创建于
2022年06月29日 10:13
Yann Cebron Thank you for getting back. What platform do I set the in `platformType`? If I use `IC` then it fails to build because it can't find `JavaScriptLanguage` plugin in `platformPlugins` as ...
社区
IntelliJ IDEA Open API and Plugin Development
Build the plugin that's fit for "IDEA Ultimate" and "IDEA Community"
0 票
创建于
2022年06月25日 13:05
Yann Cebron Do you know if what I described is doable?
社区
IntelliJ IDEA Open API and Plugin Development
Build the plugin that's fit for "IDEA Ultimate" and "IDEA Community"
0 票
已编辑于
2022年06月19日 19:09
Jakub Chrzanowski I didn't understand your last comment. Are you saying that your suggestion was wrong and it's not possible to support both IC and IU at the same time if you need to depend on the ...
社区
IntelliJ IDEA Open API and Plugin Development
Build the plugin that's fit for "IDEA Ultimate" and "IDEA Community"
0 票
创建于
2022年04月04日 06:12
Karol Lewandowski Maybe I'm missing something but if you look at https://plugins.jetbrains.com/docs/intellij/tool-windows.html#programmatic-setup in section "Programmatic Setup" you can see it sug...
社区
IntelliJ IDEA Open API and Plugin Development
Calling ToolWindow.show() throws exception
0 票
创建于
2022年04月01日 13:10
Karol Lewandowski I didn't understand where you noticed that I'm using the internal APIs. I'm using the API from the link you posted which should work. Looks like I can fix that error if I set a pr...
社区
IntelliJ IDEA Open API and Plugin Development
Calling ToolWindow.show() throws exception
0 票
创建于
2021年12月20日 08:04
Thanks Andrey Dernov, it worked. I was trying to disable it by searching "val" in settings but it didn't find it that way. Maybe "Postfix Completion" settings are excluded from search.
社区
IntelliJ IDEA Users
Disable .val variable declaration shortcut
0 票
创建于
2021年12月15日 11:56
It actually works fine, it's just this bug which I encountered and the state not being preserved. I find it much better than Swing even in the current state. Yann Cebron Do You mean to say that if ...
社区
IntelliJ IDEA Open API and Plugin Development
Strange bug when using ComposePanel in ToolWindowFactory
0 票
创建于
2020年09月26日 09:57
The error is caused because you're mixing implementation(kotlin("stdlib")) with implementation("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.3.9") dependency which expects some classes which are...
社区
IntelliJ IDEA Open API and Plugin Development
Error while launching a coroutine
0 票