Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>stylus-suggestionNew to Visual Studio Code? Get it now.
stylus-suggestion

stylus-suggestion

hfcui

|
2,676 installs
| (0) | Free
Stylus language support
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

基于language-stylus修改

Adds syntax highlighting and code completion to Stylus files in Visual Studio Code.

Syntax was stolen from here: https://github.com/matthojo/language-stylus.

Features

  • Syntax highlighting
  • Symbols provider
  • Completion for selectors, properties, values, variables, functions etc.
  • Color preview
  • 支持全局变量提示

Configuration

{
  // Use ':' as separator between property and value
  "languageStylus.useSeparator": true, // default value
  // Toggle matches for Stylus Builtin Functions on autocomplete
  "languageStylus.useBuiltinFunctions": true, // default value
  // Toggle colors preview
  "editor.colorDecorators": true // default value
  // 用于搜索变量的文件目录
  "languageStylus.files": []
}

TODO

  • Tags completion
  • SVG properties completion
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft