在IDEA插件中使用属性“idea.config.path”,但值为null

时间:2017-08-23 09:24:46

标签: intellij-idea intellij-plugin

  • 我只是在String path = System.getProperty("idea.config.path");方法中使用actionPerformed,然后我得到了null ..
  • 但是在调试我的插件时,可以找到此属性,其值为C:\Users\myusername\.IntelliJIdea2017.1\system\plugins-sandbox
  • 最后,我使用System.getProperties().store(new FileWriter(new File("C:/temp/a.txt")), "");将所有属性放入文件中,"idea.config.path"文件中确实不存在a.txt属性

1 个答案:

答案 0 :(得分:1)

你应该use the API instead

com.intellij.openapi.application.PathManager#getConfigPath