Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
marco rolappe
Total activity
914
Last activity
January 30, 2025 19:37
Member since
October 02, 2020 09:00
Following
0 users
Followed by
0 users
Votes
3
Subscriptions
887
Activity overview
Posts (3)
Comments (21)
Sort by recent activity
Recent activity
Votes
Created
May 17, 2023 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...
Community
IntelliJ IDEA Open API and Plugin Development
Get method in which PsiMethodCallExpression is used
2 votes
Created
December 23, 2023 13:38
You are welcome, Pavel.Have a wonderful Christmas too and a good start into 2024 (it can only get better, I guess ;-).
Community
IntelliJ IDEA Open API and Plugin Development
Can I modify `*.groovy` file icon when certain criteria are met?
1 vote
Created
December 23, 2023 10:19
Hej Pavel,I think the IconProvider extension point (com.intellij.iconProvider) might be what you are looking for.
Community
IntelliJ IDEA Open API and Plugin Development
Can I modify `*.groovy` file icon when certain criteria are met?
1 vote
Created
July 17, 2023 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...
Community
IntelliJ IDEA Open API and Plugin Development
Interact with plugin through CLI?
1 vote
Created
July 16, 2023 16:41
Hej there, one possible route could be your plugin exposing e.g. a REST service that your CLI apps interact with.
Community
IntelliJ IDEA Open API and Plugin Development
Interact with plugin through CLI?
1 vote
Edited
November 23, 2021 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"/>
Community
IntelliJ IDEA Open API and Plugin Development
New FileType is ignored in most cases in InteliJ Plugin
1 vote
Created
November 16, 2024 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
methods are not found in SimplePsiImplUtil
0 votes
Created
August 13, 2024 12:58
Hej there,have you tried “dev.blachut.svelte.lang:242.20224.155”, i.e. “<plugin-id>:<plugin-version>”?
Community
IntelliJ IDEA Open API and Plugin Development
Load marketplace plugin when developing a custom plugin?
0 votes
Created
July 23, 2024 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.
Community
IntelliJ IDEA Open API and Plugin Development
Trust certificate dialog not showing up
0 votes
Created
July 23, 2024 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
Community
IntelliJ IDEA Open API and Plugin Development
Trust certificate dialog not showing up
0 votes
Next
›
Last
»