vscode-less icon indicating copy to clipboard operation
vscode-less copied to clipboard

:electric_plug: Less intellisense for Variables and Mixins in all Less files.

Results 17 vscode-less issues
Sort by recently updated
recently updated
newest added

it would be great to get auto-completion of variables in single-file components Vue.js ```vue // some code @import '@/styles/variables.less'; // File with variables for autocomplete (Including @padding-lg) // or @import...

I work in a large codebase and this plugin could be extremely valuable to us but for one issue: we use webpack aliases for imports and currently only real imports...

seem not working on my side ![image](https://user-images.githubusercontent.com/24865815/79527233-0c86bc00-8035-11ea-8e2f-d0fdcefa7119.png) ``` [Error - 23 h 05 min 16 s] (node:17996) UnhandledPromiseRejectionWarning: TypeError: Cannot read property '1' of null at makeMixinParameters (c:\Users\InformatiqueLepage\.vscode\extensions\mrmlnc.vscode-less-0.6.3\node_modules\less-symbols-parser\out\index.js:15:23) at Object.parseSymbols...

I used [pattern-matching mixins](https://lesscss.org/features/#mixins-feature-pattern-matching) in some of my less files. But all the smart prompts for variables and mixins of these files have disappeared. For example: ```// mixin.less``` ```less .mixin(dark,...

- Hope to support scannerInclude or support more complex reg in scannerExclude > I want support scan some specified dirs in node_modules

@banggua has published this extension in the [Open VSX Registry](https://open-vsx.org/extension/mrmlnc/vscode-less). The service was recently transferred to the Eclipse Foundation and we want to ensure a seamless transition for our users....

The extension failed to start and did not work when writing less files. - VSCode Version: `1.49.1(latest now)` - Extension Version: `0.6.3` When I installed this extension it throws a...

After a few hours of uptime, the process `Code Helper` is persistently around 100% CPU long after any code changes have been made (15 minutes and counting while writing this...

Expected behavior: 1. Add two folders to workspace 2. Add a LESS file to each one, with variables 3. Import both into a third LESS file 4. When using the...

http://code.visualstudio.com/docs/extensions/language-support#_find-all-references-to-a-symbol

Priority: Low
Type: Enhancement
Motivation: Low