Rerun inspection
Answered
Hi, i'm develop my own plugin and i have a problem. Plugin has custom projectConfigurable Configuration. When i change some settings and apply them, i want to rerun code inspections in all currently opened files. How to do that?
FileEditorManager.getInstance(project).getOpenFiles() give me correct VirtualFile's, but refresh(boolean, boolean) does not lead to the desired result.
Please sign in to leave a comment.
See com.intellij.codeInsight.daemon.DaemonCodeAnalyzer#restart()