automate intelilj config setup
已回答
Is there a way to automate intellij (and the other IDE) configuration?
Ideally either you should be able to run a shell script to configure IJ or have a file with config settings that you check into source control. Or both!
examples:
for Go I'd like to be able to have everyone run a script or apply configuration that automatically runs `go fmt` on every file save.
I'd like to configure keymaps instead of hacking them in manually.
I'd like to apply a run configuration automatically....
请先登录再写评论。
Please see https://www.jetbrains.com/help/idea/sharing-your-ide-settings.html .
Read-only settings repository should help for a large team, while JetBrains Account sync option is the best for the personal use.