Home  >  Article  >  Development Tools  >  What should I do if sublime hides the menu bar?

What should I do if sublime hides the menu bar?

下次还敢
下次还敢Original
2024-04-03 10:12:17818browse

Restore the Sublime Text menu bar

Question: What should I do if the Sublime Text menu bar is hidden?

Workaround:

  1. Check the file menu:

    • Make sure " View menu.
    • If there is no "Hide Menu Bar" option in the "View" menu, the menu bar is hidden.
  2. Use shortcut keys:

    • Windows/Linux: Alt V, M
    • macOS: Cmd Shift P, enter toggle menu
  3. Use settings:

    • Open Sublime Text settings File (Menu > Preferences > Settings - Users).
    • Add the following lines:

      <code>"menu_visible": true</code>
      • Save the file and restart Sublime Text.
  4. Reset Sublime Text:

    • On Windows and Linux: Remove%APPDATA%\Sublime Text 3\Packages folder.
    • On macOS: Delete the /Users/<username>/Library/Application Support/Sublime Text 3/Packages folder.
    • Reinstall Sublime Text.

The above is the detailed content of What should I do if sublime hides the menu bar?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn