TanVD/Grazi

Autoreload files after configuration changes

Fatalll opened this issue · 4 comments

Right now users need to reopen files to apply new changes in configuration

TanVD commented

As a start we can use for it DaemonCodeAnalyzer.getInstance(project).restart(). It should be added to GraziLifecycle

TanVD commented

Yep, restart of a daemon approved by IDEA team

Done, PR

TanVD commented

Fixed