how to get the changed file in real-time

已回答

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
PsiManager.getInstance(project).findFile(changeFile).getText()
0

请先登录再写评论。