Autogenerating, exporting and importing IntelliJ settings profiles

I work for Guidewire where we have a few IntelliJ plugins to create our own personalized development environment called "Studio". Is it possible for us to sync IntelliJ settings profiles across all our developers? I know that there exists the import/export profile functionality which allows one to manually transfer these across developers. But can this be saved to a VCS, so that if a new developer were to pull down a project, their IntelliJ would automatically have the right settings profiles?

I realize that this proposal conflicts with the way IntelliJ handles code style settings. The general mechanism is to hardcode the default values into the program, and then store only the deviations from the defaults in the file .idea/codeStyleSettings.xml

0

Please sign in to leave a comment.