Home > Development Tools > sublime > body text

What should I do if sublime hides the menu bar?

下次还敢
Release: 2024-04-03 10:12:17
Original
832 people have browsed it

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>
      Copy after login
      • 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!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!