A helper module to use emmet modules with Visual Studio Code
Перейти к файлу
Raymond Zhao 8e3b3bd1f2
2.11.0 (#97)
2024-11-19 15:03:22 -08:00
.github Add action to run tests, add PR template (#60) 2021-03-08 10:46:21 -08:00
.vscode 2.10.0 (#96) 2024-11-11 11:58:37 -08:00
build 2.10.0 (#96) 2024-11-11 11:58:37 -08:00
src Add missing HTML tags to emmet expand (#90) 2024-11-19 21:06:47 +00:00
testData Change updateExtensionsPath behaviour 2021-04-02 12:54:19 -07:00
.gitignore 2.10.0 (#96) 2024-11-11 11:58:37 -08:00
.npmignore Update npmignore 2022-10-11 15:11:24 -07: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
SECURITY.md Add security block 2021-03-10 08:14:52 -08:00
package-lock.json 2.11.0 (#97) 2024-11-19 15:03:22 -08:00
package.json 2.11.0 (#97) 2024-11-19 15:03:22 -08:00
thirdpartynotices.txt Move repo to Microsoft account 2017-08-02 13:31:30 -07:00
tsconfig.esm.json adoptions for using in browser 2020-07-09 12:02:16 +02:00
tsconfig.json Enable noImplicitAny, fixes #54 2021-05-03 13:52:55 -07: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