Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Ivan Migalev
Total activity
18
Last activity
October 01, 2024 08:54
Member since
September 14, 2022 12:35
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
6
Activity overview
Articles (0)
Posts (0)
Comments (11)
Sort by recent activity
Recent activity
Votes
Edited
April 27, 2024 12:43
Try this:buildSession.result.advise(buildSessionLt) { when (it.kind) { BuildResultKind.Successful, BuildResultKind.HasWarnings -> // build success BuildResultKind.HasErrors -> // build er...
Community
IntelliJ IDEA Open API and Plugin Development
Listen to build solution event in Rider
1 vote
Edited
April 23, 2024 08:31
Implement something like this:class BuildRunListener : SolutionExtListener<BuildModel> { override fun extensionCreated(lifetime: Lifetime, session: ClientProjectSession, model: BuildModel) { ...
Community
IntelliJ IDEA Open API and Plugin Development
Listen to build solution event in Rider
1 vote
Created
October 01, 2024 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...
Community
IntelliJ IDEA Open API and Plugin Development
Rider Plugin `ActionAttribute` deprecated and missing action icon
0 votes
Created
April 24, 2024 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...
Community
IntelliJ IDEA Open API and Plugin Development
Listen to build solution event in Rider
0 votes
Created
April 24, 2024 16:13
What version of Rider SDK do you use?
Community
IntelliJ IDEA Open API and Plugin Development
Listen to build solution event in Rider
0 votes
Created
January 30, 2023 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...
Community
IntelliJ IDEA Open API and Plugin Development
Create welcome tab plugin for JetBrains Gateway?
0 votes
Created
December 29, 2022 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
SDK in other IDE is not indexed
0 votes
Created
December 29, 2022 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...
Community
IntelliJ IDEA Open API and Plugin Development
SDK in other IDE is not indexed
0 votes
Created
September 27, 2022 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...
Community
IntelliJ IDEA Open API and Plugin Development
Rider Action Test Example required
0 votes
Created
September 14, 2022 14:15
Also, regarding the test infrastructure, you may take a look at this PR that introduces tests into the sample plugin.
Community
IntelliJ IDEA Open API and Plugin Development
BasePlatformTestCase not working
0 votes
Next
›
Last
»