A helper module to use emmet modules with Visual Studio Code
Перейти к файлу
Ramya Achutha Rao c25341c292 temp 2018-03-14 17:43:20 -07:00
.vscode Setup sourcemaps and file watch 2018-01-18 11:47:14 -08:00
src temp 2018-03-14 17:43:20 -07:00
testData Modified emmetHelper so it can parse JSON with Comments 2018-01-18 12:54:21 -08:00
.gitignore make cursors gorgeous 2017-06-25 12:34:01 +02:00
.npmignore npmignore testData 2017-11-26 17:00:23 -08:00
LICENSE Move repo to Microsoft account 2017-08-02 13:31:30 -07:00
README.md Updated Readme as per latest changes 2017-07-28 16:08:11 -07:00
package.json 1.2.1 2018-03-08 16:58:24 -08:00
thirdpartynotices.txt Move repo to Microsoft account 2017-08-02 13:31:30 -07:00
tsconfig.json Setup sourcemaps and file watch 2018-01-18 11:47:14 -08:00

README.md

vscode-emmet-helper

A helper module to use emmet modules with Visual Studio Code

Visual Studio Code extensions that provide language service and want to provide emmet abbreviation expansions in auto-complete can include this module and use the doComplete method. Just pass the one of the emmet supported syntaxes that you would like the completion provider to use along with other parameters that you would generally pass to a completion provider.

If emmet.includeLanguages has a mapping for your language, then the builit-in emmet extension will provide html emmet abbreviations. Ask the user to remove the mapping, if your extension decides to provide emmet completions using this module