Defining IntelliJ settings programatically
已回答
Hi folks,
I've not seen anything but I figured its worth asking.
I'm using intellij via the Gateway and remote backend powered by Gitpod. There's some stuff, like compilation settings for hot reload and things that are disabled by default in IntelliJ. Is there a programmatic way of setting those settings when deploying a remote backend? So that on a per backend basis I can choose to enable settings?
Thanks
Tom
请先登录再写评论。
All the seeings are stored inside the configuration files. You can prepare the templates and push them when deploying a backend.
The easiest way to find the exact file and option is to monitor the configuration directory while changing the settings in the IDE UI: https://www.jetbrains.com/help/idea/directories-used-by-the-ide-to-store-settings-caches-plugins-and-logs.html#config-directory