All Projects → d4rkr00t → language-stylus

d4rkr00t / language-stylus

Licence: MIT license
Stylus language support for Visual Studio Code

Programming Languages

typescript
32286 projects
stylus
462 projects

vscode-stylus

VSCode Marketplace Version VSCode Marketplace Installs VSCode Marketplace Downloads 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].