Saving changes to document
已回答
Hello,
I am currently writing a plugin. In this plugin i analyse files in Intellij and additionally with external code. Every time i change a file within intellij the changes get cached and the file isnt updated immidiatly. This causes my external code to have other file content than my internal intellij code. My question is when exactly does the synchronization between intellij cache and file happen and can it be triggered manually?
Kind regards
Daniel
请先登录再写评论。
Daniel, thanks for asking!
Please review the Virtual File System documentation article, especially the Synchronous and Asynchronous Refreshes section.
Thanks