Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有两个项目,一个基于 Drupal,另一个基于 Zend 框架,因此它们使用不同的代码样式。
我为每个项目打开两个窗口。当我将 Drupal 项目设置更改为 Drupal 代码样式时,Zend 项目也发生了变化。
如何将项目特定设置保存到其自己的.idea文件夹中,以便我可以为每个项目使用不同的代码样式?
.idea
使用“管理”按钮,选择代码样式并单击“复制到项目”。现在您的方案将设置为“项目”,并将仅应用于该项目。
不幸的是,这就是它现在的工作方式(令人困惑,我同意)。
对应票:http: //youtrack.jetbrains.com/issue/IDEA-88210