+41
Open Containing Folder
When right-clicking on a file tab, it would be useful to have "Open Containing Folder" like in Visual Studio
Служба підтримки клієнтів працює на UserEcho
Служба підтримки клієнтів працює на UserEcho
And it absolutely needs to work for folders in the sidebar folders.
Right now you have to look through 50 folders in sublime. Then you might as well do it directly in finder / explorer.
Another idea would be to open the containing folder if you ctrl-click / ctrl-enter a file in goto anything. This would also mimic the functionality in OSX Spotlight.
"Open containing folder" is available when right clicking inside an open document (instead of file tab)
Great point! I never noticed it there. It should still also be in the context menu for the sidebar and tab, because that's where it makes more sense, but this is an effective "workaround" :)
By default the editor has this item in context menu. If you need this feature on tabs you have to create a file with name "Tab Context.sublime-menu" in "\Data\Packages\User\" (if does not exist yet) and add this code:
Do not forget formatting lines as a JSON file! If you do not need a separator before this menu item you need to delete first block with caption "-"! You can add any other menu item in this file. For example:
Cheers, Csaba