# Brackets

REMARK

  • To get the latest version, you can download the editor from the Brackets website.

Academic Software: brackets download
Academic Software: brackets download 2

# Installation

  • Open the installation file you just downloaded (Brackets.Release.xxx.exe) to install Brackets in English with the default settings

Brackets: installation screen 1
Brackets: installation screen 2
Brackets: installation screen 3
Brackets: installation screen 4

  • Open Brackets

Brackets: start screen

# Settings

REMARK

# Language

  • If Brackets is installed in Dutch, please change the language to English (UK) via Debug > Wijzig taal (change language)

Brackets: change language

# Extensions

  • Brackets extensions are tools/functionalities we can import in Brackets to make our life as a web developer much easier
  • Choose File > Extension Manger... or click the Extension Manager icon Brackets: Extension Manager icon in the right pane to open the Extension Manager
  • Install the following extensions:
    • Emmet
    • Beautify
    • Color Highlighter
  • Install all 3 by searching for them Brackets: change language Brackets: change language

# Emmet

  • Emmet is a plugin for many popular text editors which greatly improves a webdesigner's workflow by (amongst other things) providing abbreviations, allowing you to type less code

# Beautify

  • Beautify is an extension for Brackets that formats your HTML, CSS and JavaScript source code
  • To (re)format your code
    • Go to Edit > Beautify (or use the shortcut CTRL+ALT+B)
    • Click the Beautify icon Brackets: Beautify icon in the right pane
  • Alternatively, by checking Edit > Beautify on Save, Beautify can be enabled to run automatically on save

Brackets: Beautify options

# Color Highlighter

  • Color Highlighter is a plugin that highlights a coded color (name, rgb, rgba, hexadecimal, ...) with the actual color: Brackets: Color Highlighter

# Features

  • In the left pane, you get an overview of the files that are open (Working Files), as well as the working directory (Getting Started)
    • You can change the working directory to any directory of choice by clicking on it

Brackets: change folder

  • Live preview

    • This feature enables us to see the changes in the browser as soon as we edit the code (even without saving)
    • Make sure a HTML-file is open (active), and go to File > Live Preview, use the shortcut CTRL+ALT+P or click the Live Preview icon Brackets: Live preview icon
  • You can split the Brackets window (vertically or horizontally) using the icon Brackets: Split icon at the top right of the left pane Brackets: split window

    • As such, you can simultaneously view/edit different (HTML and CSS) files
    • You can move files from the top to the bottom pane (or from the left to the right pane) or vice versa by clicking the icon besides the file name: Brackets: Move file icon

# Shortcuts

shortcut action
CTRL+ALT+B Beautify code
CTRL+ALT+P Start Live Preview
CTRL+SHIFT+A Surround code with ...
CTRL++ Increase font size
CTRL+- Decrease font size
CTRL+/ One line comment
CTRL+SHIFT+/ Multi line comments
CTRL+E Quick edit CSS style on element
CTRL+click Multi cursors
Last Updated: 9/19/2022, 9:26:59 AM