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

Experimental Atom plugin for new Emmet

Results 13 atom-plugin issues
Sort by recently updated
recently updated
newest added

`C:\Users\Edward>apm install emmetio/atom-plugin Cloning https://github.com/emmetio/atom-plugin.git failed Installing modules done Cannot read property 'getReferenceTarget' of null`

Hi, I just wondered if the "wrap-in-tag" functionality (Ctrl+Alt+W) is already available in this version? (It allows selection of code and wrapping the selected code in tags, much like in...

Here are more and more grammars support jsx, like js/jsx/tsx/reasonml, I think it would be better to make this configurable.

`t-attribute[name=style if="{state('src')"]` Reason: missing `}`, which shouldn’t interfere since it’s a quoted value

bug

When typing color, got this ![image](https://user-images.githubusercontent.com/2311742/27365190-5184707c-5671-11e7-8a2d-56b87aea7c00.png) When typing back..., the `background-attachment...` always occupy the first position in the list. ![image](https://user-images.githubusercontent.com/2311742/27365232-86154c26-5671-11e7-8262-ec2d19197374.png)

See and ![image](https://cloud.githubusercontent.com/assets/11234139/26755571/20e1ccba-4890-11e7-894c-c5354e50bdf3.png) and ![image](https://cloud.githubusercontent.com/assets/11234139/26755584/5f7aaa82-4890-11e7-916d-970d61b853b6.png) These are cases of invalid abbreviations being expected as valid abbreviation by the `expand--abreviation` module. This is not about scope but more on the actual...

@sergeche I was looking at your implementation of "Update Image Size" in the atom plugin. The [image-size](https://github.com/emmetio/atom-plugin/blob/master/lib/image-size.js) file has no editor specific code Any reason the default function in [locate-file](https://github.com/emmetio/atom-plugin/blob/master/lib/image-size.js)...

For example, `bdb1-s` should expand to `border-bottom: 1px solid` but expands to `border-bottom: 1px s` instead

JSX file types don't show Emmet autocomplete results by default, they only show when you press `ctrl`-`space`.

Example: ```html foo: { |padding: 10px; } ``` ...selects outer ``