NONFREE Sublime Text

Most performant text editor, with IDE features
Homepage | Sublime Text 3 |
License | Evaluation |
Install | DEB download.sublimetext.com |
Theming | in-depth |
Plugins | many, see below |
Integrations
env.d
env loader
You can configure the env using scripts in ~/.config/sublime-text-3/env.d/
.
Used to enable nvm
-powered node
and rvm
-powered ruby
.
Real-time markdown preview
Supports GFM thanks to Kramdown and “Markmon real-time markdown preview”.
Features
// System features
"ReadmePlease",
"PackageResourceViewer",
"Open Folder",
"Open in Nautilus",
"Open URL",
"Open in Relevant Window",
"Terminal",
"File History",
"File Rename",
"SideBarEnhancements",
"SyncedSideBar",
// Text features
"BracketHighlighter",
"Color Highlighter",
"WordHighlight",
"AlignTab",
"GotoLastEditEnhanced",
"TrailingSpaces",
// Text formats
"Advanced CSV",
"Markmon real-time markdown preview",
"MarkdownEditing",
"Table Editor",
"HexViewer",
"INI",
"Pretty JSON",
"Pretty YAML",
"IndentX",
"GithubEmoji",
// Devel features
"EditorConfig",
"FileDiffs",
"Function Name Display",
"GitSavvy",
"GithubEmoji",
"SublimeCodeIntel",
"SublimeREPL",
"Zeal",
IDE features
SublimeCodeIntel
Action | Shortcut |
---|---|
Jump to definition | Super+Click |
Jump to definition | Control+Super+Alt+Up |
Go back | Control+Super+Alt+Left |
Manual Code Intelligence | Control+Shift+space |
Enhancers
Language | Package |
---|---|
markdown | Markmon real-time markdown preview |
markdown | MarkdownEditing |
markdown | Table Editor |
csv | Advanced CSV |
ini | INI |
bin | HexViewer |
bash | ShellScriptImproved |
docker | Dockerfile Syntax Highlighting |
sass | Sass |
Formatters
Language | Package | Dependencies |
---|---|---|
js | JsFormat | pip3 jsbeautifier |
json | Pretty JSON | jq |
yaml | Pretty YAML | pip3 pyaml |
html | HTML-CSS-JS Prettify | nvm |
xml | Indent XML | - |
sql | SqlBeautifier | pip3 sqlparse |
Linters collection
Language | Package | Dependencies |
---|---|---|
SublimeLinter-annotations | - | |
go | SublimeLinter-contrib-golint | gvm golint |
go | SublimeLinter-contrib-gotype | gvm gotype |
javascript | SublimeLinter-contrib-eslint | nvm eslint |
css | SublimeLinter-csslint | nvm csslint |
scss | SublimeLinter-contrib-scss-lint | rvm scss_lint |
sql | SublimeLinter-contrib-sqlint | rvm sqlint |
markdown | SublimeLinter-contrib-mdl | rvm mdl |
ruby | SublimeLinter-ruby | rvm |
php | SublimeLinter-php | php |
python | SublimeLinter-pylint | pip3 pylint |
html | SublimeLinter-html-tidy | tidy |
json | SublimeLinter-json | - |
yaml | SublimeLinter-pyyaml | pip3 pyaml |
shell | SublimeLinter-shellcheck | shellcheck |