How I can change settings pragmmatically in a plugin
Answered
I would like to configure my CLion automatically for example add a Remote SSH External Tools from my plugin source code.
Is it a way to do that ?
Thanks by advance
Jérôme
Please sign in to leave a comment.
Hi Jérôme,
Please see
RemoteToolManager.getInstance().setTools()
.