Plugin working folder to store resources
已回答
Is there some kind of folder where my plugin can store resources and which are kept between restarts?
请先登录再写评论。
You can use com.intellij.openapi.application.PathManager#getSystemPath and create a subfolder for your plugin there
Thank you, Yann.