Home  >  Article  >  Development Tools  >  How to display the left column in sublime

How to display the left column in sublime

下次还敢
下次还敢Original
2024-04-03 10:09:17835browse

To open the left bar in Sublime Text, select the View menu, select Side Bar, then enable your preferred view, such as File System ), "Symbol" or "Goto Anything" and finally "Show Side Bar".

How to display the left column in sublime

How to open the left column in Sublime Text

The left column in Sublime Text provides a convenient navigation Tools that give you quick access to project files, symbols, and search results. To open the left sidebar, follow these steps:

Step 1: Open the menu bar

  • Windows/Linux:Click " View menu.
  • macOS: Click "Sublime Text" in the menu bar.

Step 2: Enable the Side Bar

  • From the menu, select Side Bar.
  • The system will pop up an options menu.

Step 3: Select the left bar view

  • There are three left bar views available in the options menu:

    • File System: Displays the directory structure of the project currently being edited.
    • Symbol: Displays a list of symbols in the file you are editing.
    • Goto Anything: A quick search function that helps you easily find any file or symbol in your project.

Step 4: Select your preferred view

  • Select the view you wish to display in the left column.
  • Click the checkbox next to an option to enable the view.

Step 5: Show the left side bar

  • After enabling the left side bar view, click "Show Side Bar" in the "View" menu ( Show the left column).
  • The left bar will appear on the left side of the editor window.

Tip:

  • You can also use shortcut keys to open and close the left sidebar.
  • Windows/Linux: Ctrl K, Ctrl B
  • macOS: Cmd K, Cmd B

The above is the detailed content of How to display the left column in sublime. 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