Plugin working folder to store resources
Answered
Is there some kind of folder where my plugin can store resources and which are kept between restarts?
Please sign in to leave a comment.
You can use com.intellij.openapi.application.PathManager#getSystemPath and create a subfolder for your plugin there
Thank you, Yann.