Reputation: 339
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
Upvotes: 8
Views: 7577
Reputation: 1941
For auto refresh you should install Autorefresh
package control : install package
wait for few seconds.
type autorefresh and press enter
https://packagecontrol.io/packages/Auto%20Refresh
Upvotes: 2
Reputation: 8671
Instead of auto refresh we can do this
Add the following entry between the brackets.
{ "keys": ["f5"], "command": "refresh_folder_list" }
You should be able to refresh the folders with F5.
Upvotes: 19