vscode-scss
:electric_plug: IntelliSense for Variables, Mixins and Functions in all Sass (SCSS syntax only) files.
File Explorer
Download Latest Version (.zip)- build.yml
- bug.md
- perf.md
- FUNDING.yml
- PERF_ISSUE.md
- launch.json
- bar.scss
- package.json
- _partial.scss
- AppButton.vue
- main.scss
- AppButton.vue
- main.scss
- AppButton.vue
- main.scss
- AppButton.vue
- main.scss
- _functions.scss
- _mixins.scss
- _variables.scss
- one.scss
- two.scss
- one.scss
- two.scss
- _one.scss
- two.scss
- entry.scss
- completion.ts
- goDefinition.ts
- hover.ts
- signatureHelp.ts
- workspaceSymbol.ts
- parser.ts
- scanner.ts
- storage.ts
- completion.test.ts
- helper.ts
- definitions.test.ts
- helper.ts
- helper.ts
- hover.test.ts
- helper.ts
- signature.test.ts
- index.ts
- util.ts
- runTest.ts
- completion.spec.ts
- goDefinition.spec.ts
- hover.spec.ts
- signatureHelp.spec.ts
- workspaceSymbol.spec.ts
- parser.spec.ts
- scanner.spec.ts
- storage.spec.ts
- ast.spec.ts
- document.spec.ts
- facts.spec.ts
- string.spec.ts
- symbols.spec.ts
- vue.spec.ts
- helpers.ts
- language-service.spec.ts
- nodes.ts
- settings.ts
- symbols.ts
- ast.ts
- color.ts
- document.ts
- facts.ts
- fs.ts
- string.ts
- symbols.ts
- vue.ts
- language-service.ts
- server.ts
- client.ts
- constants.ts
- .editorconfig
- .eslintrc.json
- .gitattributes
- .gitignore
- .mergify.yml
- .npmrc
- .vscodeignore
- CHANGELOG.md
- icon.png
- LICENSE
- package-lock.json
- package.json
- README.md
- tsconfig.json
# Installation Guide
1. Get the code
git clone https://github.com/mrmlnc/vscode-scss
Downloads the entire project code from GitHub to your computer.
cd vscode-scss
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
