Outline
Outline view for Sublime Text 3
Details
Installs
- Total 23K
- Win 12K
- Mac 6K
- Linux 5K
| Oct 30 | Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | Oct 19 | Oct 18 | Oct 17 | Oct 16 | Oct 15 | Oct 14 | Oct 13 | Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | Oct 7 | Oct 6 | Oct 5 | Oct 4 | Oct 3 | Oct 2 | Oct 1 | Sep 30 | Sep 29 | Sep 28 | Sep 27 | Sep 26 | Sep 25 | Sep 24 | Sep 23 | Sep 22 | Sep 21 | Sep 20 | Sep 19 | Sep 18 | Sep 17 | Sep 16 | Sep 15 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Windows | 0 | 0 | 2 | 3 | 1 | 3 | 4 | 8 | 8 | 2 | 3 | 1 | 0 | 2 | 5 | 3 | 3 | 2 | 4 | 1 | 2 | 0 | 3 | 1 | 0 | 2 | 0 | 5 | 2 | 1 | 4 | 2 | 2 | 2 | 3 | 1 | 7 | 1 | 1 | 2 | 0 | 2 | 3 | 5 | 0 | 3 |
| Mac | 0 | 1 | 1 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 1 | 4 | 1 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | 1 | 3 | 0 | 1 | 1 | 0 | 4 | 1 | 0 | 2 | 1 | 1 | 0 | 0 | 1 | 0 | 2 | 3 | 2 | 0 | 0 | 0 | 0 | 1 | 1 | 1 |
| Linux | 0 | 0 | 1 | 1 | 3 | 1 | 2 | 0 | 0 | 0 | 1 | 0 | 0 | 2 | 1 | 1 | 2 | 0 | 1 | 0 | 2 | 0 | 1 | 2 | 2 | 2 | 2 | 0 | 1 | 0 | 5 | 2 | 1 | 1 | 1 | 0 | 0 | 0 | 2 | 0 | 1 | 2 | 3 | 3 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
Outline for Sublime Text 3
Overview
Inspired by FileBrowser, this package shows the outline of your file, class/function name list of your code, or table of content/toc of your markdown/LaTeX document in a sidebar-style tab.

Installation
Install via Package Control
This package is available on Package Control. Search for Outline.
Manual installation
- Clone or download this repository to your hard drive using the green
Clone or downloadbutton - Rename the cloned or extracted folder to
Outline. Make sureoutline.pyis at the root of theOutlinefolder. - Move the
Outlinefolder to your Sublime Text'sPackagesfolder. To find thePackagesfolder, click menuPreferences>Browse Packages. - Restart Sublime Text, and press
Ctrl + Shift + Pto select your preferred layout (Browse Mode)
Default layout
The outline tab can be set as a sidebar on the left or right. Press Ctrl + Shift + P and select either Browse Mode: Outline (Left) or Browse Mode: Outline (Right) to set your preferred layout.
If you also use FileBrowser, you can use both in three different layouts:
FileBrowserleft,OutlinerightFileBrowsertop left,Outlinebottom leftFileBrowsertop right,Outlinebottom right
To use FileBrowser and Outline together, please close the FileBrowser sidebar first and then use the correponding Browse Mode command to set the layout, otherwise the Outline view may not work as intended.
Color theme
Outline can be configured to use the current editor color scheme. To do so, change the setting below:
"outline_inherit_color_scheme": true
Outline has two built-in color themes: Bright (default theme) and Dark. To switch to the Dark theme, add the following to your user settings file. Open the user settings file by “Preferences > Package Settings > Outline > Settings” (Sublime Text version 3124 or later), or “Settings - User”:
"outline_inherit_color_scheme": false
"color_scheme": "Packages/Outline/outline-Dark.hidden-tmTheme"
Remove -Dark or remove the entire line to return to the bright theme. To customize your own color theme, see this issue.
Outline content and indentation
Outline is updated when you save a file or switch between files.
Content and indentation in the Outline tab is controlled by the Symbol List.tmPreferences file (file name may differ) corresponding to the syntax of your file.
Known issue
- This package may not work if you use a multi-column/row layout.
License
This plugin is licensed under the MIT license.