All Projects → chuyik → Brackets Snippets

chuyik / Brackets Snippets

Licence: mit
Imitate Sublime Text's behavior of snippets, and bring it to Brackets.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Brackets Snippets

Ultisnips
UltiSnips - The ultimate snippet solution for Vim. Send pull requests to SirVer/ultisnips!
Stars: ✭ 6,465 (+2217.2%)
Mutual labels:  snippets, plugin
Highlightbracketpair
🔆 Highlight bracket pair plugin for intellij
Stars: ✭ 428 (+53.41%)
Mutual labels:  plugin, brackets
Xcactionbar
"Alfred for Xcode" plugin
Stars: ✭ 1,217 (+336.2%)
Mutual labels:  snippets, plugin
Coffeescript Sublime Plugin
Syntax highlighting and checking, commands, shortcuts, snippets, compilation and more.
Stars: ✭ 296 (+6.09%)
Mutual labels:  snippets, plugin
Lh Cpp
C&C++ ftplugins suite for Vim
Stars: ✭ 108 (-61.29%)
Mutual labels:  snippets, brackets
Vim React Snippets
✂️ React code snippets for vim
Stars: ✭ 268 (-3.94%)
Mutual labels:  snippets
Protein
💊 Protein is an IntelliJ Plugin to generate Kotlin code for Retrofit 2 and RxJava 2 based on a Swagger definition
Stars: ✭ 273 (-2.15%)
Mutual labels:  plugin
Vim Crystalline
Functions for taking the monotony out of building your own fancy statusline in Vim
Stars: ✭ 264 (-5.38%)
Mutual labels:  plugin
Android Mvp Mvvm Flytour
🔥🔥🔥 FlyTour是Android MVVM+MVP+Dagger2+Retrofit+RxJava+组件化+插件组成的双编码架构+双工程架构+双语言Android应用开发框架,通过不断的升级迭代该框架已经有了十个不同的版本,5.0之前工程架构采用gradle配置实现组件化,5.0之后的工程架构采用VirtualAPK实现了插件化,5.0之前采用Java编码实现,5.0之后采用Kotlin编码实现,编码架构由MVVM和MVP组成,工程架构和编码架构及编码语言开发者可根据自己具体的项目实际需求去决定选择使用,该框架是Android组件化、Android插件化、Android MVP架构、Android MVVM架构的集大成者,帮助你快速的搭建自己的App项目开发框架,以便把主要的精…
Stars: ✭ 2,948 (+956.63%)
Mutual labels:  plugin
Layoutmaster
An Android Studio Plugin for ui debugging.
Stars: ✭ 278 (-0.36%)
Mutual labels:  plugin
Vue Good Wizard
An easy and clean VueJS 2.x wizard plugin
Stars: ✭ 275 (-1.43%)
Mutual labels:  plugin
Vst.net
Virtual Studio Technology (VST) for .NET. Plugins and Host applications.
Stars: ✭ 267 (-4.3%)
Mutual labels:  plugin
Octoprint Enclosure
OctoPrint Enclosure Plugin
Stars: ✭ 267 (-4.3%)
Mutual labels:  plugin
Merge Duplicate Symbols
Sketch plugin to merge symbols and layer&text styles.
Stars: ✭ 272 (-2.51%)
Mutual labels:  plugin
Graphql For Vscode
GraphQL syntax highlighting, linting, auto-complete, and more!
Stars: ✭ 265 (-5.02%)
Mutual labels:  snippets
Flow Netbeans Markdown
Markdown file support for the NetBeans IDE
Stars: ✭ 276 (-1.08%)
Mutual labels:  plugin
Cordova Plugin Admob
Basic Cordova Plugin for AdMob
Stars: ✭ 263 (-5.73%)
Mutual labels:  plugin
Cordova Httpd
Embed tiny web server into Cordova with a plugin
Stars: ✭ 271 (-2.87%)
Mutual labels:  plugin
Rollup Plugin Ts
A Typescript Rollup plugin that bundles declarations and respects Browserslists
Stars: ✭ 273 (-2.15%)
Mutual labels:  plugin
Ltfinderbuttons
My Finder buttons collection for macOS.
Stars: ✭ 269 (-3.58%)
Mutual labels:  brackets

Imitate snippets feature of Sublime Text, and bring it to Brackets.

Screen demo

brackets-snippets-demo.gif

Gif size ~500kb, please wait until loaded

Features

  1. Insert snippets by pressing Tab key
  2. Select next variables or cursors by pressing Tab key
  3. Edit multiple variables at one time
  4. Fully customize your own snippets in Snippets Manager (See below)
  5. Hang around Snippets Library and find some other awesome snippets! (See below)

Articles And Tutorials

Traditional Chinese 繁体中文

Japanese 日本語

English

Russian русский язык

Korean 한국어

Snippets Manager

snippets-manager.png

Snippets Library

snippets-library.png

The library is currently maintained by myself, you can contribute more snippets by simply creating an issue and submit your snippets, or

  1. Fork this project;
  2. Edit library-hints.yml, then commit changes and push it to your repository;
  3. 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:

  1. Download .zip package of the latest version
  2. Drag the file into the bottom-left position of Extension Manager
  3. Restart Brackets

Syncing

Please read #48

Todo

  1. Support more triggers like {{ /* (#10)
  2. Insert keystroke (#30)
  3. Support ctrl/cmd-save
  4. Work with emmet
  5. Add Environment Variables support like what Sublime Text provides (Anyone need this?)

Credits

  1. JavaScript & NodeJS Snippets for Sublime Text 2/3
  2. HTML snippets for Sublime Text
  3. CSS snippets for Sublime Text
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].