Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Ivan Migalev
Total activity
11
Last activity
January 30, 2023 16:19
Member since
September 14, 2022 12:35
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
4
Activity overview
Articles (0)
Posts (0)
Comments (6)
Ivan Migalev
commented,
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
Ivan Migalev
commented,
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
Ivan Migalev
commented,
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
Ivan Migalev
commented,
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
Ivan Migalev
commented,
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
Ivan Migalev
commented,
September 14, 2022 12:35
Unfortunately, Rider has its own unit testing framework (and uses testNG instead of JUnit), so IntelliJ test infrastructure won't work for Rider. As an example of such tests, you may take a look at...
Community
IntelliJ IDEA Open API and Plugin Development
BasePlatformTestCase not working
0 votes