On Github KansasCityWomeninTechnology / SettingUpYourDevEnvironment
Slides available at: kansascitywomenintechnology.github.io/SettingUpYourDevEnvironment
A plugin is an additional component that will add functionality to an application.
Enables further customization of the application.
First we need to install Package Control.
Package Control will make it easier for us to install and keep packages up to date.
Install through Sublime text console: cmd/ctrl + ` (backtick, not apostrophe)
Write HTML and CSS faster.
Note: File must be saved with .html extension for emmet to work.
Usage: Use css selectors (# for ids and . for classes) and html tags with tab completion.
Type "html:5" and press tab to start a new page.
Quick visual display to find closing/opening brackets.
Pick and change colors easily.
Usage: ctrl + shift + c to bring up a visual color picker
Check code for stylistic or programming errors as you go.
Note: For linting Javascript or css on a Windows machine, Node.js must be installed.
Syntax highlighting and previewing markdown content you've created.
Usage: cmd + shift + p and search for Markdown Preview. Then choose how to preview.
Themes customize coloring
Install through Package Control
Git Link | Git is the version control system.
Github Link | Github is a hosting service for git repositories.
Kansas City Women in Technology Github