How can I programmatically trigger “reload from di...
# intellij-plugins
p
How can I programmatically trigger “reload from disk”? Context: my plugin generated some files, but usually they are shown to the user only if they click “reload from disk”. I’ve tried using
FileDocumentManager
but it had not effect