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

![1111](https://cloud.githubusercontent.com/assets/7813671/4729828/9a931fbc-598e-11e4-9732-e1557bb7f89a.png) ![222](https://cloud.githubusercontent.com/assets/7813671/4729830/a2b72a80-598e-11e4-8f70-89724f6b35ec.png) After upgrade to 0.44 brackets and 1.1.3 emmet, style block work fine, but when in style attributes,dn didn't coverts to display:none Before upgrade,it worked inside style attributes, but...

1. Press Ctrl-Alt-R to open the Recent Project dropdown 2. (optional) Press down arrow a few times to highlight a different project 3. Press Enter to reopen the highlighted project...

Editor: Brackets Computer: Mac Pro Using EDIT toggle comment feature in HTML and CSS files gives triple mouse cursors. (Also in JS file it gives HTML comment block whit tree...

Every time I have Emmet enabled I am unable to use just left curly brace in CSS(ALTGR + B) sprint 41 + Emmet 1.1.3 + win7 machine ## Want to...

This is only `jade` specific behaviour: ``` input:radio ``` should produce (as the cheat sheet says [http://docs.emmet.io/cheat-sheet/]): ``` input(type="radio", name="") ``` instead it is producing: ``` input#(type="radio", name="") ``` So...

⌘⇧↑ and ⌘⇧↓ are used by default to select all the text from the cursor to the start / end of the document. I used brackets key remapper to reassign...

I can't give specific steps to replicate this behaviour as it's intermittent. It happens when highlighting multiple selections and using ctrl + shift + A to enter an abbreviation to...

When working in LESS, the vendor prefixes are not added automatically like they are in a CSS file. trf => -webkit-transform: ; -ms-transform: ; -o-transform: ; transform: ; ## Want...

Hi. My brackets: sprint 33 build experimental 0.33.0-10188 (On branch sprint-33-hotfix,sprint-33-hotfix b4c74d953) (taken directly from brackets.io as a deb for ubuntu 12.04) Let's say I have a code ``` ```...

``` Cannot assign Ctrl-Shift-Up to io.emmet.increment_number_by_1. It is already assigned to edit.lineUp Cannot assign Ctrl-Shift-Down to io.emmet.decrement_number_by_1. It is already assigned to edit.lineDown ``` ## Want to back this issue?...