Code Editors Extensions
Code Editors Extensions
BRACKETS EXTENSION
1. CanIUse
2. HTML Skeleton
3. HTML Wrapper
Rapidly mark up a list of text into list items (<li>), table rows
(<tr>), hyperlinks, (<a>), and more with HTML Wrapper.
4. Brackets Icons
5. Autoprefixer
Automatically and intelligently add vendor prefixes to your CSS
properties with the Autoprefixer extension. It uses browser
support data from Can I use to decide whether or not a vendor
prefix is needed. It’ll also remove unnecessary vendor prefixes.
6. JS CSS Minifier
7. CSSLint
8. Emmet
10. Beautify
This extension will help keep your HTML, CSS, and JavaScript
code consistently formatted, indented, and — most importantly
— readable. An alternative option to check out is the CSSComb
extension.
Make sure you don’t forget your project tasks by using the
Simple To-Do extension, which allows you to create and
manage to-do lists for each project within Brackets.
12. eqFTP
Shortcuts
shortcut action
2. JavaScript Booster
3. ESLint
5. Live Server
The Live Server extension for VSCode starts a local server that
serves pages using the contents of files in the workspace. The
server will automatically reload when an associated file is
changed.
6. CSS Peek
The CSS Peek Extension lets you quickly view the CSS style
definitions for various class names and IDs assigned in HTML.
You can hold down the Ctrl key and hover over a class name
or ID to peek at its definition.
You can use a keyboard shortcut to open a persistent
definition window that displays the CSS definition of a class
name or ID.
This extension can work hand in hand with CSS Peek, it provides
code completion for the HTML class attribute from existing CSS
definitions found in the current Visual Studio Code workspace.