vscode-scss
vscode-scss copied to clipboard
:electric_plug: IntelliSense for Variables, Mixins and Functions in all Sass (SCSS syntax only) files.
- VS Code Version: 1.70.2 - SCSS IntelliSense Version: v0.10.0 - Operating System: Windows 11 Version 21H2 Build 22000.856 Reproducible Case: This SCSS code snippet. ```scss .toc { #left-col &...
- VS Code Version: 1.46.0 - Insider - SCSS IntelliSense Version: 0.9.0 - Operating System: Windows 10 Pro 1909 Reproducible Case: Trying add `color: $`, after `$` types, I am...
Hello, and thanks for your work building this plugin! I wanted to run a suggested solution for #56 by you (the one about previewing SassDoc). It may be a bit...
- VS Code Version: 1.67 - SCSS IntelliSense Version: 0.10.0 - Operating System: Windows 10 Reproducible Case: ```scss $brand-colors: ( dark-blue: #374c63, blue: #0055a0, // ... ); @function brand-color($name) {...
Hello :) I've been digging around in [vscode-sass-indented](https://github.com/TheRealSyler/vscode-sass-indented/commit/bc0842680c3097342102fbb547c633e935a401ca) and noticed that, since Vue support is already here, it should be fairly simple to add support for Svelte as well. I've...
Add support for getting information from sassdoc blocks. ```scss /// This function has a sassdoc block. Also it greets a person :) /// @param {string} $person /// @access private ///...
Originally posted [here](https://github.com/Microsoft/vscode/issues/71803), but it seems like with the latest build of VScode (1.33.0), the autocomplete doesn't output correctly. Steps to Reproduce: 1. Place a Sass variable within the CSS...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Fixes #153 Adds option `"scss.scannerRoot": ""`. Default value is empty string - in this case whole workspace is scanned. It allows to set more specific location where files should be...