Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Marcin
Total activity
67
Last activity
January 30, 2025 15:03
Member since
February 01, 2024 12:53
Following
0 users
Followed by
0 users
Votes
8
Subscriptions
21
Activity overview
Posts (14)
Comments (24)
Sort by recent activity
Recent activity
Votes
Created
January 03, 2025 09:32
Gipnous have you figured out a solution?
Community
IntelliJ IDEA Open API and Plugin Development
How to collect errors after triggering the "build" action through the SDK in plugin?
0 votes
Created
January 02, 2025 13:56
Made it work in https://intellij-support.jetbrains.com/hc/en-us/community/posts/23602349818514-TypeScript-to-Java-using-symbol-reference-on-JSReferenceExpression-problem
Community
IntelliJ IDEA Open API and Plugin Development
TypeScript object method call psi element not found
0 votes
Created
January 02, 2025 11:43
I was apparently missing time break; problem was in getRangeInElement() which, as name states (d'oh) points to RANGE in CURRENT ELEMENT (not range of element in document).After changing to TextRang...
Community
IntelliJ IDEA Open API and Plugin Development
TypeScript to Java using symbol reference on JSReferenceExpression problem
0 votes
Created
December 19, 2024 11:44
Thanks Karol Lewandowski , I want to implement TypeScript service call reference to annotated Java class. Using above I stuck at:override fun getReferences(host: PsiExternalReferenceHost, hints: Ps...
Community
IntelliJ IDEA Open API and Plugin Development
TypeScript object method call psi element not found
0 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
Next
›
Last
»