Created
September 20, 2017 07:25
-
-
Save aarongeorge/fb0613d040024824969119d8538dbeae to your computer and use it in GitHub Desktop.
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
First install: Package Control from https://packagecontrol.io/installation | |
Once that has installed, use Package Control to install the following: | |
A File Icon (Adds file type icons) | |
Babel (Adds support for ES6 syntax) | |
Bracket Highlighter (Adds various styles of bracket highlighting to Sublime) | |
CSS Extended Completions (Adds additional CSS completions) | |
Emmet (Adds various shorthand to write code faster) | |
JSX (Adds JSX Syntax) | |
Material Theme (Adds the nice Material Theme) | |
SCSS (Adds support for SCSS and SASS syntax) | |
SideBarEnhancements (Adds various context menu items like "Reveal in Finder") | |
SublimeCodeIntel (Adds various IDE features like "Go To Definition") | |
SublimeLinter (Adds the core package to support linting) | |
SublimeLinter-contrib-eslint (Adds linting using eslint) | |
Terminal (Adds "Open in Terminal" to the context menu) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment