Sublime Forum

Add a 'Refresh Folder' option to the right click menu

#1

It would be helpful to have a ‘Refresh Folder’ option added to the right click menu on a folder in the side bar.

Is this possible to configure already? If not, I think it should be added, since I currently have to the Project menu to refresh folders.

0 Likes

#2

Someone went ahead and added this feature in the SideBarEnhancements plugin. You can install it through package control.

Github repository
https://github.com/titoBouzout/SideBarEnhancements
Package Control Page
https://packagecontrol.io/packages/SideBarEnhancements

0 Likes

#3

It does refresh the whole project file list, which can be excessive. It’s the same functionality as simply:

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

menu is a bit cluttered imo, but copy paste functionality is really needed

0 Likes