Home>Article>Development Tools> How to install the column next to sublime
How to Install Sublime Text Sidebar
Sublime Text’s sidebar is a useful feature that gives you quick access to files, project settings, and commands. Here's how to install the sidebar:
Install Package Control
Package Control is a package manager that allows you to easily install and manage Sublime Text packages ( Includes sidebar pack). If it's not installed yet, follow these steps:
Ctrl
Shift
P
(Windows) orCmd
Shift
P
(Mac) Open the Command Palette.Install Package Control
and press Enter.Installing SideBarEnhancements
SideBarEnhancements is a package that provides sidebar functionality. To install it:
Ctrl
Shift
P
(Windows) orCmd
Shift
P
(Mac) Open the command palette.Package Control: Install Package
and press Enter.SideBarEnhancements
in the search bar and press Enter.Configure the sidebar
After installation is complete, you can configure the sidebar:
Preferences
->Settings - User
. "sidebar_default_visible": true, "sidebar_max_width": 300, "sidebar_position": "left"
sidebar_default_visible
: Set whether the sidebar is visible by default.sidebar_max_width
: Set the maximum width of the sidebar in pixels.sidebar_position
: Set the sidebar position ("left" or "right").Using the Sidebar
After installing and configuring the sidebar, you can use it to:
The above is the detailed content of How to install the column next to sublime. For more information, please follow other related articles on the PHP Chinese website!