{"id":16327080,"url":"https://github.com/mrmlnc/vscode-less","last_synced_at":"2026-03-06T15:03:52.231Z","repository":{"id":66009383,"uuid":"69303045","full_name":"mrmlnc/vscode-less","owner":"mrmlnc","description":":electric_plug: Less intellisense for Variables and Mixins in all Less files.","archived":false,"fork":false,"pushed_at":"2018-04-16T19:14:14.000Z","size":204,"stargazers_count":31,"open_issues_count":17,"forks_count":18,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-03T14:51:19.611Z","etag":null,"topics":["css","less","visual-studio-code","vscode","vscode-extension"],"latest_commit_sha":null,"homepage":"https://goo.gl/9myVWD","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mrmlnc.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-09-27T00:04:42.000Z","updated_at":"2024-04-24T12:48:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"f95d2803-e5a7-4731-bc2f-c0a349546f53","html_url":"https://github.com/mrmlnc/vscode-less","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/mrmlnc/vscode-less","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrmlnc%2Fvscode-less","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrmlnc%2Fvscode-less/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrmlnc%2Fvscode-less/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrmlnc%2Fvscode-less/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrmlnc","download_url":"https://codeload.github.com/mrmlnc/vscode-less/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrmlnc%2Fvscode-less/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30182686,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T14:42:24.748Z","status":"ssl_error","status_checked_at":"2026-03-06T14:42:14.925Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["css","less","visual-studio-code","vscode","vscode-extension"],"created_at":"2024-10-10T23:10:20.731Z","updated_at":"2026-03-06T15:03:52.204Z","avatar_url":"https://github.com/mrmlnc.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vscode-less\n\n\u003e Less IntelliSense (Variables and Mixins) for all files in the workspace.\n\n\u003e **Disclaimer**\n\u003e\n\u003e 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).\n\u003e\n\u003e Please read this README file.\n\n## Donate\n\nIf you want to thank me, or promote your Issue.\n\n[![Gratipay User](https://img.shields.io/gratipay/user/mrmlnc.svg?style=flat-square)](https://gratipay.com/~mrmlnc)\n\n\u003e Sorry, but I have work and support for plugins requires some time after work. I will be glad of your support.\n\n## Install\n\nPlugin installation is performed in several stages:\n\n  * Press \u003ckbd\u003eF1\u003c/kbd\u003e and select `Extensions: Install Extensions`.\n  * Search and choose `vscode-less`.\n\nSee the [extension installation guide](https://code.visualstudio.com/docs/editor/extension-gallery) for details.\n\n## Usage\n\nJust install the plugin and use it.\n\n## Supported features\n\n  * Code Completion Proposals (variables, mixins) — [description](http://code.visualstudio.com/docs/extensions/language-support#_show-code-completion-proposals)\n  * Hover (variables, mixins) — [description](http://code.visualstudio.com/docs/extensions/language-support#_show-hovers)\n  * Signature Help (mixins) — [description](http://code.visualstudio.com/docs/extensions/language-support#_help-with-function-and-method-signatures)\n  * Code navigation\n    * Go to (variables, mixins) — [description](http://code.visualstudio.com/docs/extensions/language-support#_show-definitions-of-a-symbol)\n    * Show all All Symbol Definitions in Folder (variables, mixin) — [description](http://code.visualstudio.com/docs/extensions/language-support#_show-all-all-symbol-definitions-in-folder)\n  * Visual Studio reference comments: `// \u003creference path=\"./variable.less\" /\u003e`.\n  * Import files by `@import \"filepath\";` from anywhere. Even outside of the open workspace.\n\n## Supported settings\n\n#### less.scannerDepth\n\n  * Type: `number`\n  * Default: `30`\n\nThe maximum number of nested directories to scan.\n\n#### less.scannerExclude\n\n  * Type: `string[]`\n  * Default: `[\".git\", \"**/node_modules\", \"**/bower_components\"]`\n\nList of Glob-patterns for directories that are excluded when scanning.\n\n#### less.scanImportedFiles\n\n  * Type: `boolean`\n  * Default: `true`\n\nAllows scan imported files.\n\n#### less.scanImportedFilesDepth\n\n  * Type: `number`\n  * Default: `50`\n\nThe maximum number of imported files to scan. Prevent an infinite recursion and very deep `@import`.\n\n#### less.implicitlyLabel\n\n  * Type: `string|null`\n  * Default: `(implicitly)`\n\nThe text of a label that the file imported implicitly. If `null` then label not displayed.\n\n#### less.showErrors\n\n  * Type: `boolean`\n  * Default: `false`\n\nAllows to display errors.\n\n#### less.suggestVariables\n\n  * Type: `boolean`\n  * Default: `true`\n\nAllows prompt Variables.\n\n#### less.suggestMixins\n\n  * Type: `boolean`\n  * Default: `true`\n\nAllows prompt Mixins.\n\n## Questions\n\n**I don't see suggestions in the Less files.**\n\nYou must perform several steps:\n\n  * Set `less.showErrors` option in settings of Editor.\n  * Restart VS Code.\n  * Try to reproduce your problem.\n  * Open `Help -\u003e Toggle Developer Tools` and copy errors.\n  * Create Issue on GitHub.\n\n## Changelog\n\nSee the [Releases section of our GitHub project](https://github.com/mrmlnc/vscode-less/releases) for changelogs for each release version.\n\n## License\n\nThis software is released under the terms of the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrmlnc%2Fvscode-less","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrmlnc%2Fvscode-less","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrmlnc%2Fvscode-less/lists"}