Skip to Main Content or Page Contents
Emmet is must have extension plug in for the Brackets & many popular text editors. Emmet greatly improves HTML & CSS workflow by the use of 100s of HTML & CSS abbreviations for writing markup (code).
The abbreviations are expanded to full, by tapping the Tab Key
See our Emmet Cheat Sheet to help you get started
Neatly formats JavaScript, HTML, and CSS files and related languages with spaces & blank lines to make the code much easier to read
Brackets New Project Creator creates new projects the easy way simply select File > New Project...
Cleans up documents removing spaces, tabs, and line breaks. Right click in document for drop down menu.
Use Beautify while Editing
Use Brackets text polisher just before publishing to reduce file size
Parse CSS and adds or removes vendor prefixes automatically select either:
Android: -webkit-
Chrome: -webkit-
Firefox: -moz-
Internet Explorer: -ms-
IOS: -webkit-
Opera: -o-
Safari: -webkit-
Note in Emmet you can enter - before an abbreviation
Example: -bdrs tab key brings up
-webkit-border-radius: ;
-moz-border-radius: ;
border-radius: ;
Type 'color:' in brackets CSS file a drop down menu of color properties. In the example below I click on border-color
Brackets Tools
Remove Empty Lines
Remove Break Lines
To Upper Case
To Lower Case
To Title Case
Word To Array
Word To List (ul li tag)
Line To List
Html Encode
Html Decode
URL Encode
URL Decode
Html Tag Remove/Strip
Trim
Left Trim
Right Trim
First x Char Remove (ex: first 5 char remove)
Last x Char Remove
SEO URL
Remove line numbers
Remove duplicate lines
Double click sidebar new html5 file
BracketstoIX is a large toolbar called IX
Brackets Icons places colored icons in front of file names
There are lots of color themes for the Brackets Editor. My choice is this one. Generally the dark themes appear to be more popular. This is very much a personnel choice.
Is a Color Highlighter Color highlighter for CSS, LESS, SCSS, SASS and Stylus
Colors the actual color code with it's actual color.
Example:
HTML Skeleton adds starter code that's required for most web pages
This site is hosted on Hostgator