Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>LessBuilderNew to Visual Studio Code? Get it now.
LessBuilder

LessBuilder

Cymon

|
2,425 installs
| (1) | Free
Extension for compiler less in css
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

LessBuilder

LessBuilder is an extension for compilation of Less files to the CSS format, and the files can be tradicional or minimized using NodeJS components.

In order for the extension to work correctly, it is necessary to have NodeJS installed, since two components will be used, being less and less-plugin-clean-css.

Features

Performs Less compilation to traditional or minimized CSS format using NodeJS components.

Execution Commands

First open Command Pallete (Win: Ctrl+Shift+P / Mac: Cmd+Shift+p) and type Compile, then just select the command you want.

  • Compile Less (for traditional conversion)
  • Compile Less - Minify (for minimized conversion)

Predefined Shortcuts

  • Compile Less (Win: Ctrl+Alt+M / Mac: Cmd+Option+M)
  • Compile Less - Minify (Win: Ctrl+Shift+Alt+M / Mac: Cmd+Shift+Option+M)

Requirements

You need to have NodeJS because the Less and Less Plugin Clean CSS components are used as extension dependencies.

  • Less (https://github.com/less/less.js)
  • Less Plugin Clean CSS (https://github.com/less/less-plugin-clean-css)

Release Notes

First version of the extension, no important note at the moment (")(^_^)(").

If you have ideas for implementations and improvements please contact me at cymon@studiowoz.com.br or skype cymonbr.

Also follow the evolution of the extension in github.

Version 1.0.2

Initial version of the extension!!! Go go go

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft