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

Emmet support for Atom

Results 107 emmet-atom issues
Sort by recently updated
recently updated
newest added

Trying to install emmet v 2.4.3 for freshly installed atom on Windows. Install fails using the package manager. Get this error when installing via terminal: npm ERR! code Z_BUF_ERROR npm...

[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.47.0 x64 **Electron**: 5.0.13 **OS**: Microsoft Windows 10 Home Single Language **Thrown From**: [emmet](https://github.com/emmetio/emmet-atom) package 2.4.3 ### Stack Trace Uncaught Unable...

[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.41.0 x64 **Electron**: 4.2.7 **OS**: Microsoft Windows 10 Enterprise **Thrown From**: [emmet](https://github.com/emmetio/emmet-atom) package 2.4.3 ### Stack Trace Uncaught ParseError: CSS parsing...

1. Expand abbreviation from PHP file 2. echo 'div.test'; This use to work in past releases. **Atom Version**: 1.2.4 **System**: Mac OS X 10.11.1 **Thrown From**: [emmet](https://github.com/emmetio/emmet-atom) package, v2.3.15 ###...

Right now this only works in HTML files, please add out of the box support for PHP files also.

[Enter steps to reproduce:] 1. I copied-pasted CSS code generated from https://cssbuttoncreator.com/ 2. In the class for the button, I tried to add extra rules. However, when I tried indenting...

failed to install or run this package

[Enter steps to reproduce:] 1. ...Typed line of following code for my unordered list; list-style-image: ♓; } 2. ...Pressed Enter before the curly brackets to move to new line below...

tab is not working for html tag in atom like vscode do tried to add keymap in keymap.cson in atom but didn't work 'atom-text-editor:not([mini])': 'tab': 'emmet:expand-abbreviation-with-tab'