Skip to content

Instantly share code, notes, and snippets.

@ppdeassis
Last active March 6, 2019 12:33
Show Gist options
  • Save ppdeassis/244214404bd13c65060b to your computer and use it in GitHub Desktop.
Save ppdeassis/244214404bd13c65060b to your computer and use it in GitHub Desktop.
Sublime plugin list
# 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