Sergey Chikuyonok

Results 456 comments of Sergey Chikuyonok

Should be fixed in current version. If not, please report editor you are using

Try http://emmet.io/blog/beta-v1-1/

Эммет сам себя не устанавливает. Вполне вероятно, это сделал Package Control, добавив и бету, и стабильную версию себе в кэш.

С табом ситуация такая: перед разворачиванием аббревиатуры Emmet захватывает родительский тэг (это же происходит и внутри комментария), чтобы от него унаследовать кое-какие данные (например, имя, классы и т.д.). Соответственно, чем...

Will disable tag capturing for large files

Emmet is built-in in VSCode

You should address this issue to VSCode devs

https://github.com/microsoft/vscode/issues

You can simply redefine existing snippets globally or locally, for specific syntax only. No need to remove anything

You can pass second argument with options to `expand()` method: https://github.com/emmetio/emmet#usage You can also refer unit tests with examples: https://github.com/emmetio/emmet/blob/master/test/expand.ts#L71