vaadin / intellij-plugin

Vaadin IntelliJ Plugin
2 stars 0 forks source link

feat: refresh file system #36

Closed MarcinVaadin closed 2 months ago

MarcinVaadin commented 2 months ago

Description

Handler for refreshing file system in case file has been created / deleted / modified outside IDE plugin.

Handler is running single VirtualFileManager.getInstance().asyncRefresh command and refreshes whole workspace. I've tested with refreshing file by file using VirtualFileManager.getInstance().findFileByNioPath(file).refresh but with refresh of first file whole project structure has been refreshed. So no point in calling it multiple times.

github-actions[bot] commented 2 months ago

Artifact build on last commit: distributions.zip. For MacOS users: there is a zip inside this zip and Finder unzips them both at once. Use unzip distributions.zip from Terminal or check solution for Archive Manager.