As a follow on from my previous post 'Monokai theme for Brackets', I have produced a list of my must-have plugins for Adobe Brackets. Let's go!
- Brackets Selections
This plugin will add Sublime Text style selections.
Github: https://github.com/DannyMoerkerke/brackets-selections - Brackets Sort Text Extension
Provides a couple of utility functions for sorting lines in the current document.
Github: https://github.com/ingorichter/brackets-sort-text/ - Tabs -- Custom Working
This plugin will add tabs for currently open files.
Github: https://github.com/DH3ALEJANDRO/custom-work-for-brackets - Indent Guides for Brackets
Show indent guides in the code editor.
Github: https://github.com/lkcampbell/brackets-indent-guides - Brackets Minimap
Adds a scrollable minimap, similar to Sublime Text
Github: https://github.com/zorgzerg/brackets-minimap - Quick multicursor selection
Adds the extremely useful multiple selection tool. This is done in Sublime Text withCTRL + D
, however in this Brackets version useALT + D
.
Github: https://github.com/louiealmeda/multiple-cursor-select