Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Marcin
Total activity
64
Last activity
January 03, 2025 09:32
Member since
February 01, 2024 12:53
Following
0 users
Followed by
0 users
Votes
7
Subscriptions
20
Activity overview
Posts (13)
Comments (24)
Sort by recent activity
Recent activity
Votes
Created
December 19, 2024 07:28
Switching to:<psi.symbolReferenceProvider hostLanguage="TypeScript" hostElementClass="com.intellij.psi.PsiReference" referenceClass="com.in...
Community
IntelliJ IDEA Open API and Plugin Development
TypeScript object method call psi element not found
0 votes
Created
December 13, 2024 11:57
What is the new way for registering endpoints?Endpoint can be registered using configuration entry:<extensions defaultExtensionNs="com.intellij"> <microservices.endpointsProvider implementatio...
Community
IntelliJ IDEA Open API and Plugin Development
Registering a custom REST endpoint framework
0 votes
Created
October 17, 2024 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.
Community
IntelliJ IDEA Open API and Plugin Development
Need to create project directory explicitly before each unit test
0 votes
Created
September 26, 2024 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" />
Community
IntelliJ IDEA Open API and Plugin Development
How to add an action to the debugger toolbar?
0 votes
Created
September 03, 2024 12:39
Thank you Karol,I can imagine how big the codebase is. Good luck!
Community
IntelliJ IDEA Open API and Plugin Development
How simple is to write IntelliJ plugin (remark according documentation)
0 votes
Created
August 08, 2024 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...
Community
IntelliJ IDEA Open API and Plugin Development
Plugin rest server
0 votes
Created
August 02, 2024 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.
Community
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 vote
Edited
July 04, 2024 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...
Community
IntelliJ IDEA Open API and Plugin Development
Process resource after created by plugin
1 vote
Created
June 28, 2024 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
Detect actions on save
0 votes
Created
April 25, 2024 13:55
Write actions are not a problem, try WriteCommandAction.runWriteCommandAction(project) { }
Community
IntelliJ IDEA Open API and Plugin Development
How to mark Modules when opening a project
1 vote
«
First
‹
Previous
Next
›
Last
»