Plugin working folder to store resources

已回答

Is there some kind of folder where my plugin can store resources and which are kept between restarts?

1

You can use com.intellij.openapi.application.PathManager#getSystemPath and create a subfolder for your plugin there

2

请先登录再写评论。