主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Marcin
活动总数
67
最后的活动
2025年01月30日 15:03
成员加入日期
2024年02月01日 12:53
关注
0 名用户
关注者数
0 名用户
投票数
8
订阅数
21
活动概览
帖子(14)
评论(24)
按最近的活动排序
最近的活动
投票数
创建于
2025年01月03日 09:32
Gipnous have you figured out a solution?
社区
IntelliJ IDEA Open API and Plugin Development
How to collect errors after triggering the "build" action through the SDK in plugin?
0 票
创建于
2025年01月02日 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
社区
IntelliJ IDEA Open API and Plugin Development
TypeScript object method call psi element not found
0 票
创建于
2025年01月02日 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...
社区
IntelliJ IDEA Open API and Plugin Development
TypeScript to Java using symbol reference on JSReferenceExpression problem
0 票
创建于
2024年12月19日 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...
社区
IntelliJ IDEA Open API and Plugin Development
TypeScript object method call psi element not found
0 票
创建于
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 票
下一页
›
最后
»