how to get the changed file in real-time

Answered

I found the newly modified files will be not synchronized to the VirtualFile immediately,So how to apply the modifiedS or get the new modified file

Thanks for any reply

0
1 comment
PsiManager.getInstance(project).findFile(changeFile).getText()
0

Please sign in to leave a comment.