#Brackets Extension toolkit
This extension was created to make building Brackets extensions easier.
The toolkit:
- Contains a customizable extension template you can just drag and drop to create new extensions very quickly.
- Adds useful shortcuts to the
Help
menu to directly open the Bracketssrc
folder, and to open the Brackets wiki in a new browser window. - Uses its own source code to help new developers understand how to build extensions.
##Instructions
Install as any Bracket extension (see below), and check the Help
menu.
To use the template, simply browse for this extension "template" folder and copy it under the user folder.
Alternatively, you can copy it in the extensions/disabled
folder.
To learn how to build extensions, choose Open Extension Tutorial src
under the Help
menu: it will open its own source code.
###Installing Brackets extensions
- Download this extension using the ZIP button above and unzip it.
- Copy it in Brackets'
/extensions/user
folder by selectingHelp > Show Extension Folder
in the app menu. - Relaunch or Reload Brackets (
Ctrl/Cmd+R
).