Imitate snippets feature of Sublime Text, and bring it to Brackets.
Gif size ~500kb, please wait until loaded
- Insert snippets by pressing
Tab
key - Select next variables or cursors by pressing
Tab
key - Edit multiple variables at one time
- Fully customize your own snippets in
Snippets Manager
(See below) - Hang around
Snippets Library
and find some other awesome snippets! (See below)
The library is currently maintained by myself, you can contribute more snippets by simply creating an issue and submit your snippets, or
- Fork this project;
- Edit library-hints.yml, then commit changes and push it to your repository;
- Perform a pull request.
Search Brackets Snippets (by edc)
in Brackets Extension Manager, and install it.
Failed to download it in Brackets? Try the alternative instructions:
- Download .zip package of the latest version
- Drag the file into the bottom-left position of Extension Manager
- Restart Brackets
Please read #48
- Support more triggers like
{{
/*
(#10) - Insert keystroke (#30)
- Support ctrl/cmd-save
- Work with emmet
- Add Environment Variables support like what Sublime Text provides (Anyone need this?)