Sublime Forum

Remove some menu in right menu

#1

Hi all,

My problem is my right menu is Too high, i want remove some menu not use. How to?

Thanks !

0 Likes

#2

You need to find out which packages are defining these menus and edit the package deleting its menu definitions.

0 Likes

#3

Follow the info all the way at the bottom here: https://www.sublimetext.com/docs/3/packages.html

You can use PackageResourceViewer to find the Context.sublime-menu files for each of the packages where you want to remove the menu entries.

You don’t edit the packages directly as @addons_zz seems to suggest, instead you create an override in your Packages directory. So Packages/<SomePackage>/Context.sublime-menu will override the context menu for <SomePackage>.

1 Like

#4

@addons_zz @braver THANKS !

0 Likes