All Projects β†’ mrmlnc β†’ vscode-less

mrmlnc / vscode-less

Licence: MIT License
πŸ”Œ Less intellisense for Variables and Mixins in all Less files.

Programming Languages

typescript
32286 projects
CSS
56736 projects

Projects that are alternatives of or similar to vscode-less

Vscode Stylelint
A Visual Studio Code extension to lint CSS/SCSS/Less with stylelint
Stars: ✭ 260 (+1138.1%)
Mutual labels:  less, vscode, visual-studio-code, vscode-extension
Vscode Git Semantic Commit
πŸ’¬ A Visual Studio Code extension which enables to commit simply by the semantic message conventions
Stars: ✭ 65 (+209.52%)
Mutual labels:  vscode, visual-studio-code, vscode-extension
Vscode Csscomb
πŸ”Œ VS Code plugin for CSScomb β€” CSS coding style formatter.
Stars: ✭ 63 (+200%)
Mutual labels:  vscode, visual-studio-code, vscode-extension
Vscode Code Runner
Code Runner for Visual Studio Code
Stars: ✭ 1,332 (+6242.86%)
Mutual labels:  vscode, visual-studio-code, vscode-extension
Vscode Project Manager
Project Manager Extension for Visual Studio Code
Stars: ✭ 1,022 (+4766.67%)
Mutual labels:  vscode, visual-studio-code, vscode-extension
Vscode Hack
Hack language & HHVM debugger support for Visual Studio Code
Stars: ✭ 45 (+114.29%)
Mutual labels:  vscode, visual-studio-code, vscode-extension
Vscode Numbered Bookmarks
Numbered Bookmarks Extension for Visual Studio Code
Stars: ✭ 90 (+328.57%)
Mutual labels:  vscode, visual-studio-code, vscode-extension
Without Guns For Vs Code
Visual Studio Code extension that teaches you mindful programming
Stars: ✭ 14 (-33.33%)
Mutual labels:  vscode, visual-studio-code, vscode-extension
Vscode Scss
πŸ”Œ IntelliSense for Variables, Mixins and Functions in all Sass (SCSS syntax only) files.
Stars: ✭ 128 (+509.52%)
Mutual labels:  vscode, visual-studio-code, vscode-extension
Vscode Elastic
Elasticsearch for VSCode
Stars: ✭ 130 (+519.05%)
Mutual labels:  vscode, visual-studio-code, vscode-extension
Vscode Auto Close Tag
Auto Close Tag for Visual Studio Code
Stars: ✭ 132 (+528.57%)
Mutual labels:  vscode, visual-studio-code, vscode-extension
Processing Vscode
A Visual Studio Code extension for the programming language Processing
Stars: ✭ 141 (+571.43%)
Mutual labels:  vscode, visual-studio-code, vscode-extension
Vscode Stylefmt
πŸ”Œ VS Code plugin for stylefmtβ€” Format your CSS using stylefmt.
Stars: ✭ 42 (+100%)
Mutual labels:  vscode, visual-studio-code, vscode-extension
Vscode Smoothtype
VS Code extension to add cursor transitions while typing, similar to MS Office and the Windows 10 Mail app.
Stars: ✭ 54 (+157.14%)
Mutual labels:  vscode, visual-studio-code, vscode-extension
Theme Bear
🐻 A VSCode dark theme 🐻
Stars: ✭ 27 (+28.57%)
Mutual labels:  vscode, visual-studio-code, vscode-extension
Laravel Blade Snippets Vscode
Laravel blade snippets and syntax highlight support for Visual Studio Code
Stars: ✭ 80 (+280.95%)
Mutual labels:  vscode, visual-studio-code, vscode-extension
Vscode Bookmarks
Bookmarks Extension for Visual Studio Code
Stars: ✭ 804 (+3728.57%)
Mutual labels:  vscode, visual-studio-code, vscode-extension
Vscode Intelephense
PHP intellisense for Visual Studio Code
Stars: ✭ 872 (+4052.38%)
Mutual labels:  vscode, visual-studio-code, vscode-extension
Vscode Language Pascal
Pascal language extension for Visual Studio Code
Stars: ✭ 117 (+457.14%)
Mutual labels:  vscode, visual-studio-code, vscode-extension
Vscode Mjml
This repo is archived. MJML preview, lint, compile for Visual Studio Code.
Stars: ✭ 138 (+557.14%)
Mutual labels:  vscode, visual-studio-code, 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:

  • Press F1 and select Extensions: Install Extensions.
  • Search and choose vscode-less.

See the extension installation guide for details.

Usage

Just install the plugin and use it.

Supported features

  • Code Completion Proposals (variables, mixins) β€” description
  • Hover (variables, mixins) β€” description
  • Signature Help (mixins) β€” description
  • Code navigation
    • Go to (variables, mixins) β€” description
    • Show all All Symbol Definitions in Folder (variables, mixin) β€” description
  • Visual Studio reference comments: // <reference path="./variable.less" />.
  • Import files by @import "filepath"; from anywhere. Even outside of the open workspace.

Supported settings

less.scannerDepth

  • Type: number
  • Default: 30

The maximum number of nested directories to scan.

less.scannerExclude

  • Type: string[]
  • Default: [".git", "**/node_modules", "**/bower_components"]

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

less.scanImportedFiles

  • Type: boolean
  • Default: true

Allows scan imported files.

less.scanImportedFilesDepth

  • Type: number
  • Default: 50

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

less.implicitlyLabel

  • Type: string|null
  • Default: (implicitly)

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

less.showErrors

  • Type: boolean
  • Default: false

Allows to display errors.

less.suggestVariables

  • Type: boolean
  • Default: true

Allows prompt Variables.

less.suggestMixins

  • Type: boolean
  • Default: true

Allows prompt Mixins.

Questions

I don't see suggestions in the Less files.

You must perform several steps:

  • Set less.showErrors option in settings of Editor.
  • Restart VS Code.
  • Try to reproduce your problem.
  • Open Help -> Toggle Developer Tools and copy errors.
  • Create Issue on GitHub.

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].