Last active
March 6, 2019 12:33
-
-
Save ppdeassis/244214404bd13c65060b to your computer and use it in GitHub Desktop.
Sublime plugin list
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# package control - helps managing packages | |
https://packagecontrol.io | |
### Packages | |
- ayu (theme) | |
- click install file-icon pack | |
- Cmd + Shift + P -> ayu: Activate Theme -> ayu Mirage | |
- Babel | |
- Delete Current File | |
- Quick File Move | |
- File Rename | |
- Compare Side-By-Side | |
- Cmd + Shift + P -> Compare with... | |
- Git | |
- Cmd + Shift + P -> Git: Show Previous Version of Current File | |
- e na sequência use "Compare with..." | |
- Dockerfile Syntax Highlighting | |
- Vue Syntax highlight | |
- Haml | |
- Pug | |
- Jade (deprecated) | |
- nginx | |
- SCSS | |
- SideBarEnhancements | |
- SublimeLinter (already packed in default installation) | |
- SublimeLinter-annotations | |
- SublimeLinter-contrib-reek | |
- antes faça `rvm use default@global && gem install reek` | |
- SublimeLinter-rubocop | |
- antes faça `rvm use default@global && gem install rubocop` | |
- SublimeLinter-haml | |
- SublimeLinter-contrib-scss-lint | |
- SublimeLinter-csslint | |
- SublimeLinter-eslint | |
- SublimeLinter-html-tidy | |
- SublimeLinter-json | |
- SublimeLinter-shellcheck | |
- yardgen | |
- DocBlockr |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment