主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Ivan Migalev
活动总数
18
最后的活动
2024年10月01日 08:54
成员加入日期
2022年09月14日 12:35
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
6
活动概览
文章(0)
帖子(0)
评论(11)
按最近的活动排序
最近的活动
投票数
创建于
2024年10月01日 08:54
The current recommendation is to declare the icon in the `plugin.xml` in the frontend part of the plugin, as documented in the IntelliiJ Platform — this allows the frontend to instantiate an action...
社区
IntelliJ IDEA Open API and Plugin Development
Rider Plugin `ActionAttribute` deprecated and missing action icon
0 票
已编辑于
2024年04月27日 12:43
Try this:buildSession.result.advise(buildSessionLt) { when (it.kind) { BuildResultKind.Successful, BuildResultKind.HasWarnings -> // build success BuildResultKind.HasErrors -> // build er...
社区
IntelliJ IDEA Open API and Plugin Development
Listen to build solution event in Rider
1 票
创建于
2024年04月24日 16:42
If you want to use Rider API, you are supposed to use Rider SDK. Take a look at the plugin template.(Actually, it's the same process as for all the other IntelliJ-based IDEs: you set up the product...
社区
IntelliJ IDEA Open API and Plugin Development
Listen to build solution event in Rider
0 票
创建于
2024年04月24日 16:13
What version of Rider SDK do you use?
社区
IntelliJ IDEA Open API and Plugin Development
Listen to build solution event in Rider
0 票
已编辑于
2024年04月23日 08:31
Implement something like this:class BuildRunListener : SolutionExtListener<BuildModel> { override fun extensionCreated(lifetime: Lifetime, session: ClientProjectSession, model: BuildModel) { ...
社区
IntelliJ IDEA Open API and Plugin Development
Listen to build solution event in Rider
1 票
创建于
2023年01月30日 16:19
It’s better to inherit com.jetbrains.gateway.api.RemoteLogCollectorBase that has almost everything regarding the log downloading. You'll need to override the following: presentableName – the name...
社区
IntelliJ IDEA Open API and Plugin Development
Create welcome tab plugin for JetBrains Gateway?
0 票
创建于
2022年12月29日 19:42
Could you please tell us more about the "Standard Library"? Is it .NET? I expected that SDK should work the same regardless of language. Unfortunately, the reality is much more complex than that ...
社区
IntelliJ IDEA Open API and Plugin Development
SDK in other IDE is not indexed
0 票
创建于
2022年12月29日 16:18
Could you please tell us more about the purpose of this custom SDK? I have plugin where SDK contains built-in classes / methods and need to add it and index it. Is this about Java classes? What s...
社区
IntelliJ IDEA Open API and Plugin Development
SDK in other IDE is not indexed
0 票
创建于
2022年09月27日 15:01
I can't get a simple test to run properly at all. Could you please clarify what are you doing and what the issues are? If everything's set up correctly, ./gradlew test should run the tests (the s...
社区
IntelliJ IDEA Open API and Plugin Development
Rider Action Test Example required
0 票
创建于
2022年09月14日 14:15
Also, regarding the test infrastructure, you may take a look at this PR that introduces tests into the sample plugin.
社区
IntelliJ IDEA Open API and Plugin Development
BasePlatformTestCase not working
0 票
下一页
›
最后
»