coc-html-css-support
yaegassyHTML id and class attribute completion for coc.nvim
Published Package Summary
coc-html-css-support
fork from a ecmel/vscode-html-css | HTML CSS Support
HTML id and class attribute "completion" for coc.nvim.
Install
:CocInstall coc-html-css-support
Features
- HTML id and class attribute completion.
- Supports linked and embedded style sheets.
- Supports template inheritance.
- Supports additional style sheets.
- Supports other HTML like languages.
- Command to make
html.customDatabuilt-in incoc-html-css-supportavailable at the workspace level.- Require coc-html
What is customData?
You can read more about customData in the following repositories.
- https://github.com/microsoft/vscode-custom-data
- https://github.com/Microsoft/vscode-html-languageservice/blob/main/docs/customData.md
Thanks
- ecmel/vscode-html-css : The origin of this repository.
License
MIT
This extension is built with create-coc-extension
- HTML id and class attribute completion for coc.nvim
- *
Want to build, test, or contribute to coc.nvim extensions? Explore our official SDK and testing toolkits.
Open Developer GuideVersion History
This published npm package does not include a history.md or changelog.md file. Browse its npm versions or repository releases for available release information.
Contributed Commands
All contributes.commands entries from the published package manifest for coc-html-css-support@0.5.3.
| Command (:CocCommand) | Description |
|---|---|
| html-css-support.dispose | Clear cache and reload the stylesheet |
| html-css-support.customDataSetup | Setup `html.customData` to be used in the workspace |
Configuration Schema
All contributes.configuration entries from the published package manifest, including each raw property schema for coc-settings.json.
Raw JSON Schema
{
"type": "boolean",
"default": true,
"description": "Enable coc-html-css-support extension"
}Raw JSON Schema
{
"type": "array",
"default": [],
"description": "List of local or remote style sheets for suggestions."
}Raw JSON Schema
{
"type": "array",
"default": [
"html"
],
"description": "List of languages which suggestions are desired."
}