
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
coc-html-css-support
Advanced tools
fork from a ecmel/vscode-html-css | HTML CSS Support
HTML id and class attribute "completion" for coc.nvim.
:CocInstall coc-html-css-support
html.customData built-in in coc-html-css-support available at the workspace level.
html-css-support.enable: Enable coc-html-css-support extension, default: truehtml-css-support.enabledLanguages: List of languages which suggestions are desired, default: ["html"]html-css-support.styleSheets: List of local or remote style sheets for suggestions, default: []html-css-support.dispose: Clear cache and reload the stylesheethtml-css-support.customDataSetup: Setup html.customData in workspace config. Supported customData are as follows
Alpine.jspetite-vuecoc-settings.json:
{
"html-css-support.styleSheets": [
"https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css",
"/style.css",
"style.css"
]
}
coc-settings.json:
{
"html-css-support.enabledLanguages": [
"html",
"vue",
"blade",
"htmldjango",
"typescriptreact",
"javascriptreact"
]
}
You can read more about customData in the following repositories.
MIT
This extension is built with create-coc-extension
FAQs
HTML id and class attribute completion for coc.nvim
We found that coc-html-css-support demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.