Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Blackbyte SugarCSSNew to Visual Studio Code? Get it now.
Blackbyte SugarCSS

Blackbyte SugarCSS

Blackbyte

|
1 install
| (0) | Free
VS Code extension for SugarCSS LSP Server
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

SugarCSS LSP VSCode Extension

This repostory contains the SugarCSS VSCode extension to support the language feature like completion, hover documentation, etc...

  • SugarCSS LSP VSCode Extension
    • Features
    • Install
    • Avoid unknown AtRule error

Features

  1. Support autocompletion for:
    • AtRules like @s-typo, @s-container, etc...
    • Functions like s-color, s-space, etc...
  2. Support hover documentation for:
    • AtRules like @s-typo, @s-container, etc...
    • Functions like s-color, s-space, etc...

Install

You can find the extension on the vscode marketplace

INSTALL the extension

Avoid unknown AtRule error

By default, css does not support custom atRules. This has as an effect to trigger linting error on SugarCSS specific atRules.

To avoid that, and while we search for a proper fix, you can make this in your project:

Simple create a .vscode/settings.json file and add this to it:

{
  "css.lint.unknownAtRules": "ignore"
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft