How to export coding style in PHPStorm 4?
I looked at the instructions here http://www.jetbrains.com/phpstorm/webhelp/exporting-project-code-style-settings.html
I can't find the "Export" button in the IDE.
I'm using PHPStorm 4.0.1
请先登录再写评论。
I looked at the instructions here http://www.jetbrains.com/phpstorm/webhelp/exporting-project-code-style-settings.html
I can't find the "Export" button in the IDE.
I'm using PHPStorm 4.0.1
请先登录再写评论。
File > Export Settings :)
Yes, I saw this option but it's not the same as how it is described in documentation.
Also the exported file is a .jar file and documentation says it would be an xml format.
I was hoping to see an xml file so I can actually look at it.
I just opened the .jar file with winzip and I see that basically it contains all types of settings, many of which are in fact in the xml format.
I think you need to update your documentation for the latest version of PHPStorm
Hi Dmitri,