主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Evgeniy Stepanov
活动总数
9
最后的活动
2024年03月28日 12:42
成员加入日期
2022年04月26日 07:43
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
3
活动概览
文章(0)
帖子(0)
评论(6)
Evgeniy Stepanov
进行了评论,
2024年03月28日 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...
社区
IntelliJ IDEA Open API and Plugin Development
[Rider] Editing .csproj from plugin
0 票
Evgeniy Stepanov
进行了评论,
2023年01月15日 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...
社区
IntelliJ IDEA Open API and Plugin Development
SDK in other IDE is not indexed
0 票
Evgeniy Stepanov
进行了评论,
2023年01月15日 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 ...
社区
IntelliJ IDEA Open API and Plugin Development
SDK in other IDE is not indexed
1 票
Evgeniy Stepanov
进行了评论,
2023年01月13日 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...
社区
IntelliJ IDEA Open API and Plugin Development
SDK in other IDE is not indexed
2 票
Evgeniy Stepanov
进行了评论,
2022年04月27日 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 ...
社区
IntelliJ IDEA Open API and Plugin Development
Create welcome tab plugin for JetBrains Gateway?
0 票
Evgeniy Stepanov
进行了评论,
2022年04月26日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Create welcome tab plugin for JetBrains Gateway?
0 票