Sergey Chikuyonok

Results 22 issues of Sergey Chikuyonok

For JS(X), Emmet should support multiple abbreviation prefixes which will be used to distinguish abbreviation types (e.g. markup or stylesheet) in the same document.

Enhancement

The following syntax should be supported: `span{{{ $# }}}`, it will help Vue developers to wrap binding names with abbreviations, e.g. `{{ name }}`

Enhancement

Expected result of `lstn` is `list-style-type: none`, but got `list-style-type: n;` instead

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

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

Need basic support of using background images for drawing corner shapes

Since LiveStyle updates CSS code, it must match user’s current coding style as close as possible. LiveStyle uses Emmet powers to analyse and updates CSS style while keeping existing formatting...

enhancement

LiveStyle should analyse incoming patches and provide automatic vendor-prefixed variants for updated properties. For example, in user updates `transform` property in editor, the browser should insert `transform` and `-webkit-transform` properties....

enhancement

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

bug

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