Sublime Forum

Refresh Sidebar Folder View

#1

When the sidebar is open with the folders in view, sometimes these folders (or files) will get updated, deleted or added. It would be nice to have a menu option to refresh this sidebar view. There may already be an option or add-on available but I haven’t seen it. Thanks for the great work on a killer app!

0 Likes

#2

Try the SideBarEnhancements plugin from Package Control

It includes ‘Refresh’ among a long list of other useful features!

https://camo.githubusercontent.com/9c427039fb2e97570edf760c4abeaf43d208f702/687474703a2f2f646c2e64726f70626f782e636f6d2f752f34333539363434392f7469746f2f7375626c696d652f536964654261722f73637265656e73686f742e706e67

0 Likes

#3

I just have this key binding:


{ "keys": "super+ctrl+r"], "command": "refresh_folder_list" }
]
0 Likes