brackets-snippets icon indicating copy to clipboard operation
brackets-snippets copied to clipboard

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

Results 54 brackets-snippets issues
Sort by recently updated
recently updated
newest added

Add ability to import all my gists

![3](https://cloud.githubusercontent.com/assets/9134671/16772460/e6c64dc6-4886-11e6-994f-438311a0245d.jpg) #### positive sequence when i input keywords **sc**; The first one should be _**sc**_ , the second should be **_scsrc_**, and then **_sc-*_**, **like this** 1. sc 2. scrsrc...

I tried adding a comment block snippet like this: /** _* _* _* _*/ but when I generate it, it displays like this: /** ____ * ____ * ____ *...

Do you know the Atom text editor? When you type in Atom 'h' in an html document, even without the beginning < you get 'h1,h2,head,hack,html' as suggestions, that is cool,...

Trigger : com Description: Comment Scope: HTML Text:

Hi, Do you have any tools or tips for converting a large library of textmate snippets (which are cson files) to the yml syntax required by brackets-snippets? Thanks!

Hi. What about this? ``` js /** * ${2:loop(, )} * @param ${2} ${2.1} ${2:/loop} */ function ${1:name} (${2:params}) { ${3} } ``` This way: - the first focus is...

Sometimes, when typing a lot, switching between js/html, running and stopping LiveView - the Enter key just stops working as intended. Instead, in some file it just triggers input of...

Forgive me for asking a question instead of filing a bug report, but does the extension support manually triggering a snippet? In other words, I don't want to use tab...

enhancement