Reload settings
已回答
Hi,
can I tell IntelliJ to reload its settings? Use case: I change something in settings or project and the change is stored as VCS file. Now I want to revert this change using VCS (I don't remember excatly what I did in GUI). Can I tell IntelliJ to reload the settings? So far I have to re-start IntelliJ.
Regards, Jan
请先登录再写评论。
External project changes are detected and applied on the fly, IDE settings cannot be changed externally. Externally modified IDE config files will be overwritten when IDE exists.
Thank you for explanation