主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Aman
活动总数
24
最后的活动
2024年03月28日 05:38
成员加入日期
2023年08月06日 17:40
关注
0 名用户
关注者数
0 名用户
投票数
4
订阅数
6
活动概览
帖子(6)
评论(8)
按最近的活动排序
最近的活动
投票数
创建于
2024年03月28日 05:38
Thanks Karol, this works for us!
社区
IntelliJ IDEA Open API and Plugin Development
Adding sources to libraries via a plugin
0 票
创建于
2024年03月26日 14:16
Hi,I can't reproduce the reloading issue now. However, I can't find this API in the idea library. I am using com.jetbrains:ideaIU:2023.3.6 for building my plugin and IntelliJ says that it can not r...
社区
IntelliJ IDEA Open API and Plugin Development
Adding sources to libraries via a plugin
0 票
创建于
2024年03月22日 13:35
Hi,Thanks for the suggestion. The problem with this approach is that our projects are imported from gradle build scripts so users would have to click on the action to add the sources every time the...
社区
IntelliJ IDEA Open API and Plugin Development
Adding sources to libraries via a plugin
0 票
创建于
2024年01月02日 07:42
Why is it DumbAware?The startup activity is dumbaware because we are also marking some files as excluded and we need to do it before indexing so that those files are not indexed. This is necessary ...
社区
IntelliJ IDEA Open API and Plugin Development
Old values in .iml file overwrite changes made by plugin
0 票
创建于
2023年11月29日 18:20
Are there any plans to allow gateway to use an external SSH application similar to VSCode remote extension?
社区
IntelliJ IDEA Users
Connect to Gateway with GSSAPI key exchange
0 票
创建于
2023年09月11日 12:33
I see. Thanks for the reply.
社区
IntelliJ IDEA Open API and Plugin Development
How to make a StartupActivity to wait for another StartupActivity to finish?
0 票
创建于
2023年08月08日 07:05
Perfect! Thanks for your help.
社区
IntelliJ IDEA Open API and Plugin Development
Select python facet for a module
0 票
创建于
2023年08月07日 12:35
Thanks Karol, this is what I was looking for! Just to confirm, is this the correct way of using this API: var pythonFacetType = FacetTypeRegistry.getInstance() ...
社区
IntelliJ IDEA Open API and Plugin Development
Select python facet for a module
0 票