PhpStorm を Windows + Vagrant で使っていると、起動時に「External file changes sync may be slow」というメッセージが右上に表示されることがあると思います。「ファイルの読み書き速度が遅いよ」というメッセージだと思いますが、VM なので I/O が遅いのは仕方ないですし、起動するたびに毎回出てくるのがうっとおしいので非表示にする方法を調べてみました。
動作確認環境
- Windows7
- VirtualBox
- PhpStorm8.0.2
File Watcher Messages Notifications を No popup にする
- 設定ウィンドウ > Appearance & Behavior > Notifications を開く
- File Watcher Messages Notifications を Baloon から No popup に変更する
これで起動時の「External file changes sync may be slow」は表示されなくなります。