Skip to main content
Back to Extensions Directory
coc.nvim fallback icon

coc-emmet

chemzqm

emmet extension for coc

Installation CommandVim prompt
:CocInstall coc-emmet
Publisher
chemzqm
Version
v1.1.6
npm package
coc-emmet
Requirements
coc ^0.0.29
License
MIT
Repository
Not published
npm latest published 2020-07-06Registry checked 2026-08-23Registry summary

Published Package Summary

coc-emmet

Emmet completion support for coc.nvim

Fork of emmet extension from VSCode with only completion support.

Note: this. extension does completion support for emmet only, you should use https://github.com/mattn/emmet-vim

Install

In your vim/neovim, run command:

:CocInstall coc-emmet

Options

  • emmet.showExpandedAbbreviation: Shows expanded Emmet abbreviations as suggestions, default true.
  • emmet.showAbbreviationSuggestions: Shows possible Emmet abbreviations as suggestions. Not applicable in stylesheets or when emmet.showExpandedAbbreviation is 'never'.
  • emmet.includeLanguages: Enable Emmet abbreviations in languages that are not supported by default. Add a mapping here between the language and emmet supported language. E.g.: {"vue-html": "html", "javascript": "javascriptreact"}
  • emmet.variables: Variables to be used in Emmet snippets
  • emmet.syntaxProfiles: Define profile for specified syntax or use your own profile with specific rules.
  • emmet.excludeLanguages: An array of languages where Emmet abbreviations should not be expanded, default: ["markdown"].
  • emmet.optimizeStylesheetParsing: When set to false, the whole file is parsed to determine if current position is valid for expanding Emmet abbreviations. When set to true, only the content around the current position in css/scss/less files is parsed.
  • emmet.preferences: Preferences used to modify behavior of some actions and resolvers of Emmet.

LICENSE

MIT

Read the complete README
  • emmet extension for coc
Activation Events
  • *
Developer Resources

Want to build, test, or contribute to coc.nvim extensions? Explore our official SDK and testing toolkits.

Open Developer Guide

Version History

This published npm package does not include a history.md or changelog.md file. Browse its npm versions for available release information.