Less IntelliSense (Variables and Mixins) for all files in the workspace.
Disclaimer
This is a preview release that may contain errors. This plugin works fine on my machine (SSD) with 1000+ Bootstrap files (Less, 3.3.7).
Please read this README file.
If you want to thank me, or promote your Issue.
Sorry, but I have work and support for plugins requires some time after work. I will be glad of your support.
Plugin installation is performed in several stages:
Extensions: Install Extensions
.vscode-less
.See the extension installation guide for details.
Just install the plugin and use it.
// <reference path="./variable.less" />
.@import "filepath";
from anywhere. Even outside of the open workspace.number
30
The maximum number of nested directories to scan.
string[]
[".git", "**/node_modules", "**/bower_components"]
List of Glob-patterns for directories that are excluded when scanning.
boolean
true
Allows scan imported files.
number
50
The maximum number of imported files to scan. Prevent an infinite recursion and very deep @import
.
string|null
(implicitly)
The text of a label that the file imported implicitly. If null
then label not displayed.
boolean
false
Allows to display errors.
boolean
true
Allows prompt Variables.
boolean
true
Allows prompt Mixins.
I don't see suggestions in the Less files.
You must perform several steps:
less.showErrors
option in settings of Editor.Help -> Toggle Developer Tools
and copy errors.See the Releases section of our GitHub project for changelogs for each release version.
This software is released under the terms of the MIT license.