Imitate snippets feature of Sublime Text, and bring it to Brackets.
Screen demo
Gif size ~500kb, please wait until loaded
Features
- 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)
Articles And Tutorials
Traditional Chinese 繁体中文
Japanese 日本語
- Brackets × "スニペット管理" で爆速コーディングを実現する
- Brackets:様々な言語のスニペット登録・管理ができるエクステンション「Brackets Snippets (by edc)」
- Brackets Snippets (by edc)を使って、Sassの&(アンパサンド)をより楽に記述する方法
- Bracketsの「Emmet」と「Brackets Snippets (by edc)」が競合する問題を解決する
- WordPress開発が捗りそうなBracketsおすすめ拡張40個まとめ
English
Russian русский язык
Korean 한국어
Snippets Manager
Snippets Library
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.
Installation
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
Syncing
Please read #48
Todo
- 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?)