Home > Article > Development Tools > How to open the menu bar in sublime
In Sublime Text, you can open the menu bar by following these steps: 1. Press Ctrl Shift P (Windows and Linux) or Command Shift P (macOS) to open the Command Palette. 2. Enter the command: Toggle Menu. 3. Press the Enter key. 4. The menu bar will reappear at the top of the program window.
How to open the menu bar in Sublime Text
The menu bar of Sublime Text is located at the top of the program window and contains Various menu options for performing various tasks. If you can't see the menu bar, you can easily open it by following these steps:
Step 1: View the menu
PressCtrl Shift P
( Windows and Linux) or Command Shift P
(macOS) to open the Command Palette.
Step 2: Enter the command
In the command panel, enter the following command:
<code>Toggle Menu</code>
Step 3: Press the Enter key
Press Enter
to execute the command.
Step 4: Reappear the menu bar
The menu bar will reappear at the top of the program window.
The above is the detailed content of How to open the menu bar in sublime. For more information, please follow other related articles on the PHP Chinese website!