how to reload all plugin settings by idea api?
Answered
How do I reload the settings for all plug-ins? Which API can be used?
OR
how to reload all plugins's settings and toolwindows?
Does the IDEA provide the function of refreshing the configuration of all or a single plugin and the contents of the toolwindow?
I have modified the configuration files of other plug-ins by modifying the .idea/xml file. However, the modification does not take effect immediately. I have to restart the IDEA to reload all the new configuration files of the plug-ins. Is there any way to make the modification take effect immediately? Does the IDEA provide the corresponding code?
Please sign in to leave a comment.
You shouldn't modify settings files (XML) directly, but use corresponding Settings/Service class provided from other plugins.