Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>vue less varsNew to Visual Studio Code? Get it now.
vue less vars

vue less vars

luckymiaow

|
93 installs
| (0) | Free
可提示vue less变量的VS Code插件
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

可提示 less 变量的 VS code 插件

quick start

  1. 打开设置点击右上角**打开设置(json)**添加如下配置项
{
  "lessVars.locations": [
    /* 支持less文件及commonjs导出的变量对象 */
    /* 文件的绝对路径 如:"D:/code/color.less" */
    /* 文件相对工作区文件夹的路径时使用${folder},其等价于D:/code 如:"${folder}/color.less" */
    /* 格式为string[] 只有一条路径时可以配置为字符串 */
    /* 越靠前优先级越高 */
  ]
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft