Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Vovahost
Total activity
38
Last activity
December 16, 2025 17:08
Member since
September 01, 2020 17:16
Following
0 users
Followed by
0 users
Votes
11
Subscriptions
9
Activity overview
Posts (8)
Comments (10)
Sort by recent activity
Recent activity
Votes
Created
August 09, 2022 16:25
Thank you Yann, I'll drop the support for AppCode for now. Too much hustle. They need to simplify this.
Community
IntelliJ IDEA Open API and Plugin Development
Build the plugin that's fit for "IDEA Ultimate" and "IDEA Community"
0 votes
Created
July 21, 2022 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...
Community
IntelliJ IDEA Open API and Plugin Development
Build the plugin that's fit for "IDEA Ultimate" and "IDEA Community"
0 votes
Created
June 29, 2022 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
Build the plugin that's fit for "IDEA Ultimate" and "IDEA Community"
0 votes
Created
June 25, 2022 13:05
Yann Cebron Do you know if what I described is doable?
Community
IntelliJ IDEA Open API and Plugin Development
Build the plugin that's fit for "IDEA Ultimate" and "IDEA Community"
0 votes
Edited
June 19, 2022 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
Build the plugin that's fit for "IDEA Ultimate" and "IDEA Community"
0 votes
Created
April 04, 2022 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...
Community
IntelliJ IDEA Open API and Plugin Development
Calling ToolWindow.show() throws exception
0 votes
Created
April 01, 2022 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...
Community
IntelliJ IDEA Open API and Plugin Development
Calling ToolWindow.show() throws exception
0 votes
Created
December 20, 2021 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.
Community
IntelliJ IDEA Users
Disable .val variable declaration shortcut
0 votes
Created
December 15, 2021 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
Strange bug when using ComposePanel in ToolWindowFactory
0 votes
Created
September 26, 2020 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...
Community
IntelliJ IDEA Open API and Plugin Development
Error while launching a coroutine
0 votes