Last active
February 27, 2016 20:35
-
-
Save leocaseiro/01dc7fca885cd81b5001 to your computer and use it in GitHub Desktop.
Sublime Text Plugins
This file contains hidden or 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
AdvancedNewFile | |
Alignment | |
Autoprefixer(css3) | |
Color Highlitgther (show the color on mouse over) | |
DocBlockr (For Documentation PHPDocs, CSSDocs, JSDocs...) | |
Emmet | |
File Diffs | |
Git Conflict Resolver (very useful to identify where's the conflict in your file) | |
HTML-CSS-JS Prettify (minify files .min) | |
Minifier( Same as above) | |
Phpcs (check some php errors) | |
SideBar Enhancements (add a nice sidebar) | |
SyncedSideBar (show/syncronize) what folder you are using depending on your file/tab) | |
*SublimeCodeIntel (Intelisense, Ctrl+Click to go to function, excellent for PHP) | |
*SublimeLinter (debug for PHP,CSS, JS and all language you add a extension for) | |
*SublimeLinter-php (uses the native php on mac for debug) | |
*SublimeLinter-phplint (uses the php-lint. Only instlal this one if the native doesn't work) | |
*SublimeLinter jshint (uses js hint to debug) | |
*SublimeLinter csslint (uses css lint to debug) | |
TrailingSpaces (must have plugin which avoids unnecessary spaces) | |
*Runs using NodeJS, you must install some extra packages with NPM |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment