How can I create a new resource file from an IntelliJ Idea plugin?
Answered
Hi, I need to create a new file to insert in the resources folder of the project where a plugin is working on.
How can I execute this operation?
Please sign in to leave a comment.
See also https://stackoverflow.com/a/48552945/13774637
Hi, thank you I'll take a look and let you know
Sorry, but I'm not figuring out how to do, also with the references link you shared to me, there are some snippets of code available?
Yes, but is the class how its works and not how I could implement it.
My scenario is this, from BaseIntentionAction I need to work from this ovveride method for my custom Annotator:
Hi, I red with more attention to look to your reference links and this is what I have figure out: