VOOZH about

URL: https://marketplace.visualstudio.com/items?itemName=sysoev.language-stylus

⇱ stylus - Visual Studio Marketplace


Skip to content
👁 Image
Sign in
Visual Studio Code>Programming Languages>stylusNew to Visual Studio Code? Get it now.
👁 stylus

stylus

stylus language support
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vscode-stylus

👁 Github Actions
👁 VSCode Marketplace Version
👁 VSCode Marketplace Installs
👁 VSCode Marketplace Stars
👁 github-issues
👁 PRs Welcome

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

Features

  • Syntax highlighting
  • Symbols provider
  • Completion for selectors, properties, values, variables, functions etc.
  • Color preview
  • Color picker

👁 Completion in Action

👁 Symbols Provider in Action

Custom 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
}

Feature Request

Missing your wanted feature ? Please report it via github issues