emmet icon indicating copy to clipboard operation
emmet copied to clipboard

The essential toolkit for web-developers

Results 93 emmet issues
Sort by recently updated
recently updated
newest added

Extracted from https://github.com/Microsoft/vscode/issues/4960 - Daten^ is expanded to ``` ``` - DatenSätze^ is expanded to ``` DatenSä ``` instead of ``` ```

bug

In current CodeMirror implementation, the following abbreviation: ``` MyComponent ``` gives the following output: ```jsx | ``` e.g. caret is at the end of expanded snippet, not between ``

bug

Using expand = require('emmet').default in node.js - version 2.0.2 with HTML Expanding an abbreviation such as `img+p` while passing text as `{ text: ['Text Content'] }` causes 'Text Content' to...

When I open a `pug`-file and use `html:5` emmet, it produces `` in the first line instead of using the `pug`'s [doctype shortcut](https://pugjs.org/language/doctype.html#doctype-shortcuts) ![image](https://user-images.githubusercontent.com/7195563/66252920-5c6cf800-e761-11e9-92fc-ad102d55fbbc.png) ref https://github.com/microsoft/vscode/issues/81993 ref https://github.com/prettier/plugin-pug/issues/24

config: ```json "emmet.syntaxProfiles": { "html": { "filters": "html, e" }, "tsx": { "filters": "html" } } ``` (I have alternatively tried: `typescriptreact` for `tsx`) After applying these I'd expect `.foo`...

Make sure given abbreviation `a[#0]` produces ``

Im using VSCODE, this example speak it self, I can't find how to activate emmet in this situation please ? :) ![ezgif-2-0778d3a2b11d](https://user-images.githubusercontent.com/2931627/49511908-b9bbc280-f88c-11e8-9943-ad258e826de1.gif)

Enhancement
Editor-specific

В ST3 при простой табуляции идет задержка исполнения этой команды. При отключении Emmet она пропадает. Документ 44кб, 1500 строк ## Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/1993712-ru-sublime-text-3-emmet-slow-tabbing?utm_campaign=plugin&utm_content=tracker%2F282104&utm_medium=issues&utm_source=github)**...

Critical
bug

@sergeche Consider the abbreviation `minh`. Below are the snippet keys that have the highest score of 0.41666667 when fuzzy matching - `mir` - `mih` - `miw` Shouldnt `mih` get a...

Enhancement
Minor

I see there are actions like `split` and `join`. I'd be great to be able to strip away an elements attributes with a command, or even specific attributes, eg just...

Enhancement