2019-07-25 Tools__Configuration__Intellij用户配置在Mac里存放目录

工作中有时需要删除用户本地Intellij配置, 让Intellij重新生成,所以需要知道Intellij将配置信息放在哪些目录下了。

  • Configuration (idea.config.path):
~/Library/Preferences/
  • Caches (idea.system.path):
~/Library/Caches/
  • Plugins (idea.plugins.path):
~/Library/Application Support/
  • Logs (idea.log.path):
~/Library/Logs/

PRODUCT would be one of the following: 在以上目录中,可能存在以下几个目录:

IntelliJIdea (IntelliJ IDEA Ultimate Edition) 
IdeaIC (IntelliJ IDEA Community Edition)
RubyMine
WebIde (PhpStorm versions before 2016.1 and WebStorm before 7.0 use this common directory)
PhpStorm (PhpStorm starting from 2016.1 version)
WebStorm (WebStorm starting from 7.0 version)
PyCharm
AppCode
CLion
DataGrip
AndroidStudio
Rider

你可能感兴趣的:(2019-07-25 Tools__Configuration__Intellij用户配置在Mac里存放目录)