sublime-snippets
Sublime Snippets
An extended collection of snippets and settings for Sublime Text editor used daily.
Snippets
There are various snippets for different programming languages and frameworks/libraries:
- HTML
- CSS
- JS
- PHP
- Angular
- Vue
- WordPress
Settings
There are also settings for:
- Sublime
- Emmet
- Prettier
- ES Lint
- SCSS Lint
- PHP Lint
- WordPress Lint
and other plugins and extensions
Requirements
- NodeJS
- NPM
Before use
- Globally install the modules listed in
.npm
file. - Install all Sublime Text plugins listed in
Package Control.sublime-settings
. - Copy all
*.sublime-settings
file in your User folder located at a path similar to this:
~/Users/USER_NAME/Library/Application Support/Sublime Text 3/Packages/User
- Edit your username in each of the
*.sublime-settings
file (if needed). - Edit the paths to all binaries listed in any of the
*.sublime-settings
files. - Restart Sublime Text
- Check Sublime Text's console for possible errors
After Sublime Text 3 is installed on the machine, Sublime Text 3.zip
should be extracted in the /Users/<USER_NAME>/Library/Application\ Support/
folder.