Updates:
- See also how to add Sublime Text snippets to PhpStorm (my first choice editor for the moment)
- Also check this free code editor from code lobster
The first time I discovered Sublime text, I fall in love with it! it is one of the greatest code editors which cames with many packages and customizations.
here I show you my preferred packages when developping themes or plugins for WordPress and other applications.
My favourite theme & UI
Seti Ui is one of the best themes and UI out there. Beautiful colors & icons, ported from the Atom theme. i use it with Seti Monokai theme (see config below)
My favorite plugins (installed with Package control):
- AutoFileName
- Autoprefixer
- BracketHighlighter
- CodeFormatter
- Color Highlighter
- CSS Extended Completions
- DocBlockr
- EasyDiff
- Emmet
- Handlebars
- Hyperion for gettext
- JSHint
- Package Control
- Phpcs
- Predawn
- Sass
- SassBeautify
- Seti_UI
- SideBarEnhancements
- SublimeLinter
- SublimeLinter-contrib-scss-lint
- SublimeLinter-csslint
- SublimeLinter-jshint
- SublimeLinter-php
- Syntax Highlighting for Sass
- WordPress Developer Resources
Here’s my settings file
Can be found in Preferences -> package settings -> Package Control -> Settings User
{
"caret_extra_bottom": 3,
"caret_extra_top": 3,
"caret_extra_width": 2,
"caret_style": "phase",
"color_scheme": "Packages/Seti_UI/Scheme/Seti_monokai.tmTheme",
"detect_slow_plugins": false,
"findreplace_small": true,
"font_size": 12,
"highlight_line": true,
"line_padding_bottom": 1,
"line_padding_top": 1,
"overlay_scroll_bars": "enabled",
"tabs_small": true,
"theme": "Seti.sublime-theme"
}
I like this search query as it works for my WordPress theme and plugin setup:
-.build/, -.data/, -.idea/, -assets/