8

I'm using the Sublime Text 2. My problem is that when I create a new file or folder, while using submline. It does not refresh and update immediately.

I have to quit out of sublime and restart it, I use the terminal to open folders. Once I reopen it then, I see the new file or folder I created.

I have looked for solutions, but I could not find one with an answer.

Thanks

4

2 に答える 2

19

自動更新の代わりにこれを行うことができます

  • サブライムテキストを開きます。
  • 上部のメニューから [設定] を選択し、[キー バインディング - ユーザー] をクリックします。
  • かっこの間に次のエントリを追加します。

    {"keys": ["f5"], "command": "refresh_folder_list" }

F5 キーでフォルダを更新できるはずです。

于 2014-12-31T08:15:10.043 に答える