Rerun inspection

已回答

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.

1

See com.intellij.codeInsight.daemon.DaemonCodeAnalyzer#restart()

0

请先登录再写评论。