Sublime Forum

Why can't the Default/Context-Sublime-men file be found locally?

#1

What do I want to do?

I want to customize the content displayed in the right - click menu.

What problems have I encountered

To find the “id” of entries in the Main.sublime-menu, use the View Package File command from the command palette and select Default/Main.sublime-menu.

I used the command “Default/Main.sublime-menu.” to open a file, and Sublime showed that the location of this file is C:\Users\40294\AppData\Roaming\Sublime Text\Packages\Default\Context.sublime-menu. However, I didn’t find the Default folder in the corresponding directory of my system.

0 Likes

#2

The default file is located in C:\Program Files\Sublime Text\Packages\Default.sublime-package.

You can however save the file opened via “View Package File” to %APPDATA\Roaming\Sublime Text\Packages\Default\Context.sublime-menu. Such a file would override ST’s default resource.

0 Likes