主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Marcin
活动总数
67
最后的活动
2025年01月30日 15:03
成员加入日期
2024年02月01日 12:53
关注
0 名用户
关注者数
0 名用户
投票数
8
订阅数
21
活动概览
帖子(14)
评论(24)
按最近的活动排序
最近的活动
投票数
创建于
2024年12月19日 07:28
Switching to:<psi.symbolReferenceProvider hostLanguage="TypeScript" hostElementClass="com.intellij.psi.PsiReference" referenceClass="com.in...
社区
IntelliJ IDEA Open API and Plugin Development
TypeScript object method call psi element not found
0 票
创建于
2024年12月13日 11:57
What is the new way for registering endpoints?Endpoint can be registered using configuration entry:<extensions defaultExtensionNs="com.intellij"> <microservices.endpointsProvider implementatio...
社区
IntelliJ IDEA Open API and Plugin Development
Registering a custom REST endpoint framework
0 票
创建于
2024年10月17日 09:06
Thank for hint, but above creates file in `temp://` which is not reachable in my project because I'm using findFileByIoFile due to processing file by io paths.
社区
IntelliJ IDEA Open API and Plugin Development
Need to create project directory explicitly before each unit test
0 票
创建于
2024年09月26日 09:38
20 years later… but maybe useful to someoneWorks for me:<add-to-group group-id="XDebugger.ToolWindow.TopToolbar3" relative-to-action="Rerun" anchor="after" />
社区
IntelliJ IDEA Open API and Plugin Development
How to add an action to the debugger toolbar?
0 票
创建于
2024年09月03日 12:39
Thank you Karol,I can imagine how big the codebase is. Good luck!
社区
IntelliJ IDEA Open API and Plugin Development
How simple is to write IntelliJ plugin (remark according documentation)
0 票
创建于
2024年08月08日 08:19
I was in same situation - RestServer is shared within different projects that are opened in IntelliJ. To figure out which project request belongs to I am sending projectBasePath in each request. Ha...
社区
IntelliJ IDEA Open API and Plugin Development
Plugin rest server
0 票
创建于
2024年08月02日 09:34
Yes, please have a look at https://github.com/vaadin/intellij-plugin - i'm not professional Kotlin nor intellij plugin developer so code might be wonky in many places, but it works.
社区
IntelliJ IDEA Open API and Plugin Development
How to create single module wizard step with generic Name and Location? (direct Create, no wizard steps)
1 票
已编辑于
2024年07月04日 10:01
In my case problem was that async refresh was not refreshing `target/` in proper time and thats why I was noticing changes “after some time”, after doing such:ProjectTaskManager.getInstance(project...
社区
IntelliJ IDEA Open API and Plugin Development
Process resource after created by plugin
1 票
创建于
2024年06月28日 09:06
Thank you for reply. Write operation is done using `WriteCommandAction.runWriteCommandAction` inside `CommandProcessor.getInstance().executeCommand` to have custom undo label and Undo is performed ...
社区
IntelliJ IDEA Open API and Plugin Development
Detect actions on save
0 票
创建于
2024年04月25日 13:55
Write actions are not a problem, try WriteCommandAction.runWriteCommandAction(project) { }
社区
IntelliJ IDEA Open API and Plugin Development
How to mark Modules when opening a project
1 票
«
第一页
‹
上一页
下一页
›
最后
»