Defining IntelliJ settings programatically
Answered
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
Please sign in to leave a comment.
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