Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Kata Zavor
Total activity
39
Last activity
October 21, 2023 23:19
Member since
March 25, 2020 21:15
Following
0 users
Followed by
0 users
Votes
6
Subscriptions
11
Activity overview
Posts (7)
Comments (15)
Sort by recent activity
Recent activity
Votes
Created
September 13, 2020 16:34
My guess this is because "comp" module classes are loaded with `UriClassLoader`. But I don't see a way to change it: even when other class loader is set per thread, javac classes are still loaded w...
Community
IntelliJ IDEA Open API and Plugin Development
Use javac API in plugin
0 votes
Edited
September 08, 2020 22:12
Yann Cebron I've attached a sample project to showcase idea >>>> file <<<< root -- comp (Java module) ---- MyProcessor.java (AnnotationProcessor I try getting invoked) ---- Formatter.java (file ret...
Community
IntelliJ IDEA Open API and Plugin Development
Use javac API in plugin
0 votes
Edited
September 07, 2020 20:11
Here's official doc showing use of extensions https://jetbrains.org/intellij/sdk/docs/basics/plugin_structure/plugin_extension_points.html#sample
Community
IntelliJ IDEA Open API and Plugin Development
[plugin.xml] Purpose of Extensions
0 votes
Edited
April 04, 2020 13:32
Upd: I'll need to implement custom scope as well https://youtrack.jetbrains.com/issue/IDEA-236676?_ga=2.265246223.1616662009.1585842988-2137421544.1561313206
Community
IntelliJ IDEA Plugin Users
Completion for inner classes returned by PsiElementFinder
0 votes
Edited
March 25, 2020 21:16
This is an old thread, and maybe there are new approaches to this problem. I'm wondering how to avoid inconsistent behavior if we provide a file with PsiElementFinder, and generated file is also pr...
Community
IntelliJ IDEA Open API and Plugin Development
Generating source files from plugin
0 votes
«
First
‹
Previous