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
For those who are not yet familiar with Sublime Text, all the settings are specified with JavaScript objects, including the keys combination. As we can see from the above syntax, the Browser Refresh is performed with the key combination of Command + Shift + R.
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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With