How to make editor "extensions"? #419
Replies: 3 comments
-
|
@martin-grofcik: However, if one uses IntelliJ plugin dependencies (https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html) then it is possible to define abstract Java interface in core plugin and inject all elements there inside child plugin.
So something like: is minimal stuff required |
Beta Was this translation helpful? Give feedback.
-
|
Key pain point is |
Beta Was this translation helpful? Give feedback.
-
|
If you want to use 'static' extension, by depending on a plugin-core and implementing your own xml-parser and xml-sink then it is quite easy to achieve using https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html) and creating your own xml-parser and intellij-plugin modules |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to extend the editor with custom service tasks. e.g. to call AI.
Can I create some kind of "plugin"? How?
Thank you in advance for answer,
Regards
Martin
Beta Was this translation helpful? Give feedback.
All reactions