Skip to content

Latest commit

 

History

History

vscode

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

UnoCSS for VS Code

Visual Studio Marketplace Version

Preview


Features

  • Decoration and tooltip for matched utilities
  • Loading configs from uno.config.js, vite.config.js, svelte.config.js, astro.config.js, iles.config.js or nuxt.config.js (or .ts)
  • Count of matched utilities

Config

By default the extension will search for the config files under project root. When there is no config found, the extension will be disabled. To work with monorepo, you need to change the unocss.root option in your settings.json to the directory that contains the config file.

{
  "unocss.root": "packages/client"
}

License

MIT License © 2021-PRESENT Anthony Fu