Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Evgeniy Stepanov
Total activity
9
Last activity
March 28, 2024 12:42
Member since
April 26, 2022 07:43
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
3
Activity overview
Articles (0)
Posts (0)
Comments (6)
Evgeniy Stepanov
commented,
March 28, 2024 12:42
The easiest way to do it - implement the code like the next one in the backend:var solution = project.GetSolution(); var solutionHost = solution.ProjectsHostContainer().GetComponent<ProjectsHost.So...
Community
IntelliJ IDEA Open API and Plugin Development
[Rider] Editing .csproj from plugin
0 votes
Evgeniy Stepanov
commented,
January 15, 2023 16:44
There are many ways to get a project. From a project service (via injection into constructor), from a parameter of an startup activity, from AnActionEvent, from (almost) any DataContext, from UI (a...
Community
IntelliJ IDEA Open API and Plugin Development
SDK in other IDE is not indexed
0 votes
Evgeniy Stepanov
commented,
January 15, 2023 13:55
Can not tell about IDEA, but in Rider scopes work based on MSBuild project model. Probably we will be able to fix that for your case :) About `defaultProject` - you should not use it, get a proper ...
Community
IntelliJ IDEA Open API and Plugin Development
SDK in other IDE is not indexed
1 vote
Evgeniy Stepanov
commented,
January 13, 2023 15:10
The very first problem here - missing virtual files. Could you try to refresh VFS and find a virtual file before creating a library. The second issue - probably we have to attach library to a modul...
Community
IntelliJ IDEA Open API and Plugin Development
SDK in other IDE is not indexed
2 votes
Evgeniy Stepanov
commented,
April 27, 2022 20:45
1. There is no proper documentation yet, but all public api is located in `com.jetbrains.gateway.api` package. Feel free ask me here about details =) 2. I think yes, you can. But probably you hate ...
Community
IntelliJ IDEA Open API and Plugin Development
Create welcome tab plugin for JetBrains Gateway?
0 votes
Evgeniy Stepanov
commented,
April 26, 2022 07:43
Hi Mike. The main idea in gateway welcome screen: use `GatewayConnector` extension point instead of default welcome screen tab EP. `GatewayConnector` provides UI which will be shown on welcome scre...
Community
IntelliJ IDEA Open API and Plugin Development
Create welcome tab plugin for JetBrains Gateway?
0 votes