| Marketplace
Sign in
Visual Studio Code>Programming Languages>language-stylusNew to Visual Studio Code? Get it now.

language-stylus

sysoev

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

Stylus language support for Visual Studio Code

Stylus

github-issues commitizen friendly

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

Completion in Action

Symbols Provider in Action

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
}

TODO

  • Tags completion
  • SVG properties completion
  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2019 Microsoft