Sublime Forum

Folder Context Menu

#1

Since all of my projects are organized in folders, I think a folder context menu option would be a good feature. So if you are in a file browser, you could right click a folder, and select “open with sublime text”.

0 Likes

#2

On Windows 7, I use this:

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Directory\shell\Open In SublimeText]
@=""

[HKEY_CLASSES_ROOT\Directory\shell\Open In SublimeText\command]
@="“C:\Program Files\Sublime Text 3\sublime_text.exe” “%1"”

0 Likes