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

Emmet plugin for Brackets editor

Results 80 brackets-emmet issues
Sort by recently updated
recently updated
newest added

I'm want to create this simple html with Emmet. ``` a b c ``` I would imagine it to be possible with a syntax like this. ` td{a,b,c}` But this...

Hi Guys, Can you also have the menu of emmet in brackets in German?

Hello, It would be very interesting to add a meta viewport by default with html:5 trigger as Visual Studio Code ``

Hello, I attempted to install Emmet but Brackets said me that an error has occured. **NOTE:** I'm using an old version of Brackets because I'm on a school computer. **Brackets...

![Bug](http://i.imgur.com/Znmyp0P.gif) To reproduce - Take any document - Create an element with one or more children - Set cursor at the end of parent element - Press [enter] to create...

I've tried for two evenings now to simply create a preferences.json file and assign it in Brackets, without any success. Either the file doesn't work or Emmet stops working and...

I am adding this file to brackets fold in MAC (/Users/joao/Library/Application Support/Brackets/extensions/user/brackets-emmet), but anything that i put inside of it works am I doing something whrong? preferences.json has this code:...

When you install brackets-emmet on macOs, it uses `shift-command-up` and `shift-command-down` for the "increment/decrement number by one" functions. These shortcuts are used for basic editing on Macs (select to start/end...

in snippets.json `"js": { "con": "console.log(|)"; }` it is not work! how can I do it?