主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
marco rolappe
活动总数
914
最后的活动
2025年01月30日 19:37
成员加入日期
2020年10月02日 09:00
关注
0 名用户
关注者数
0 名用户
投票数
3
订阅数
887
活动概览
帖子(3)
评论(21)
按最近的活动排序
最近的活动
投票数
创建于
2023年05月17日 12:24
hej ru(?),if I understand you correctly you are implementing visitCallExpression(expression: PsiCallExpression) in a JavaElementVisitor and you want to check whether the call represented by that ex...
社区
IntelliJ IDEA Open API and Plugin Development
Get method in which PsiMethodCallExpression is used
2 票
创建于
2023年12月23日 13:38
You are welcome, Pavel.Have a wonderful Christmas too and a good start into 2024 (it can only get better, I guess ;-).
社区
IntelliJ IDEA Open API and Plugin Development
Can I modify `*.groovy` file icon when certain criteria are met?
1 票
创建于
2023年12月23日 10:19
Hej Pavel,I think the IconProvider extension point (com.intellij.iconProvider) might be what you are looking for.
社区
IntelliJ IDEA Open API and Plugin Development
Can I modify `*.groovy` file icon when certain criteria are met?
1 票
创建于
2023年07月17日 11:19
Hej Ares,I think replying to specific messages is not possible, If you go down the service route you can take a look at class RestService and implementors of EP com.intellij.httpRequestHandler in I...
社区
IntelliJ IDEA Open API and Plugin Development
Interact with plugin through CLI?
1 票
创建于
2023年07月16日 16:41
Hej there, one possible route could be your plugin exposing e.g. a REST service that your CLI apps interact with.
社区
IntelliJ IDEA Open API and Plugin Development
Interact with plugin through CLI?
1 票
已编辑于
2021年11月23日 18:03
Hej there, might be due to missing extensions attribute on your fileType element. <fileType name="Lineage File" extensions="lineage" implementationClass="my.package.LineageFileType"/>
社区
IntelliJ IDEA Open API and Plugin Development
New FileType is ignored in most cases in InteliJ Plugin
1 票
创建于
2024年11月16日 12:09
Hej there,you have to implement the methods mentioned in the warnings and after that regenerate the code.If you already implemented them (I see you have a corresponding Kotlin file open) make sure ...
社区
IntelliJ IDEA Open API and Plugin Development
methods are not found in SimplePsiImplUtil
0 票
创建于
2024年08月13日 12:58
Hej there,have you tried “dev.blachut.svelte.lang:242.20224.155”, i.e. “<plugin-id>:<plugin-version>”?
社区
IntelliJ IDEA Open API and Plugin Development
Load marketplace plugin when developing a custom plugin?
0 票
创建于
2024年07月23日 14:07
Ah, I see. I was not aware of that. ;-)Maybe one of the certificates (that a user might have accepted before) is invalid, e.g. expired.Good luck, anyway.
社区
IntelliJ IDEA Open API and Plugin Development
Trust certificate dialog not showing up
0 票
创建于
2024年07月23日 13:36
Hej Amir,looking at the stacktrace, maybe it has to do with the TabNine plugin. Looks like it wants to send a request to check some file version.Best regards,Marco
社区
IntelliJ IDEA Open API and Plugin Development
Trust certificate dialog not showing up
0 票
下一页
›
最后
»