mrmlnc / vscode-less

:electric_plug: Less intellisense for Variables and Mixins in all Less files.
https://goo.gl/9myVWD
MIT License
31 stars 17 forks source link
css less visual-studio-code vscode vscode-extension

vscode-less

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.

Donate

If you want to thank me, or promote your Issue.

Gratipay User

Sorry, but I have work and support for plugins requires some time after work. I will be glad of your support.

Install

Plugin installation is performed in several stages:

See the extension installation guide for details.

Usage

Just install the plugin and use it.

Supported features

Supported settings

less.scannerDepth

The maximum number of nested directories to scan.

less.scannerExclude

List of Glob-patterns for directories that are excluded when scanning.

less.scanImportedFiles

Allows scan imported files.

less.scanImportedFilesDepth

The maximum number of imported files to scan. Prevent an infinite recursion and very deep @import.

less.implicitlyLabel

The text of a label that the file imported implicitly. If null then label not displayed.

less.showErrors

Allows to display errors.

less.suggestVariables

Allows prompt Variables.

less.suggestMixins

Allows prompt Mixins.

Questions

I don't see suggestions in the Less files.

You must perform several steps:

Changelog

See the Releases section of our GitHub project for changelogs for each release version.

License

This software is released under the terms of the MIT license.