All Projects β†’ mrmlnc β†’ Vscode Scss

mrmlnc / Vscode Scss

Licence: mit
πŸ”Œ IntelliSense for Variables, Mixins and Functions in all Sass (SCSS syntax only) files.

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Vscode Scss

Vscode Stylelint
A Visual Studio Code extension to lint CSS/SCSS/Less with stylelint
Stars: ✭ 260 (+103.13%)
Mutual labels:  vscode, vscode-extension, visual-studio-code, scss
Theme Bear
🐻 A VSCode dark theme 🐻
Stars: ✭ 27 (-78.91%)
Mutual labels:  vscode, vscode-extension, visual-studio-code
Without Guns For Vs Code
Visual Studio Code extension that teaches you mindful programming
Stars: ✭ 14 (-89.06%)
Mutual labels:  vscode, vscode-extension, visual-studio-code
Vscode Hack
Hack language & HHVM debugger support for Visual Studio Code
Stars: ✭ 45 (-64.84%)
Mutual labels:  vscode, vscode-extension, visual-studio-code
Vscode Go
Go extension for Visual Studio Code
Stars: ✭ 2,268 (+1671.88%)
Mutual labels:  vscode, visual-studio-code, vscode-extension
Vscode Bookmarks
Bookmarks Extension for Visual Studio Code
Stars: ✭ 804 (+528.13%)
Mutual labels:  vscode, vscode-extension, visual-studio-code
Vscode Project Manager
Project Manager Extension for Visual Studio Code
Stars: ✭ 1,022 (+698.44%)
Mutual labels:  vscode, vscode-extension, visual-studio-code
Vscode Live Sass Compiler
Compile Sass or Scss file to CSS at realtime with live browser reload feature.
Stars: ✭ 488 (+281.25%)
Mutual labels:  vscode, vscode-extension, scss
Vscode Csscomb
πŸ”Œ VS Code plugin for CSScomb β€” CSS coding style formatter.
Stars: ✭ 63 (-50.78%)
Mutual labels:  vscode, vscode-extension, visual-studio-code
Vscode Git Semantic Commit
πŸ’¬ A Visual Studio Code extension which enables to commit simply by the semantic message conventions
Stars: ✭ 65 (-49.22%)
Mutual labels:  vscode, vscode-extension, visual-studio-code
Laravel Blade Snippets Vscode
Laravel blade snippets and syntax highlight support for Visual Studio Code
Stars: ✭ 80 (-37.5%)
Mutual labels:  vscode, vscode-extension, visual-studio-code
Vscode Git Graph
View a Git Graph of your repository in Visual Studio Code, and easily perform Git actions from the graph.
Stars: ✭ 767 (+499.22%)
Mutual labels:  vscode, vscode-extension, visual-studio-code
Vscode Peacock
Subtly change the color of your Visual Studio Code workspace. Ideal when you have multiple VS Code instances, use VS Live Share, or use VS Code's Remote features, and you want to quickly identify your editor.
Stars: ✭ 690 (+439.06%)
Mutual labels:  vscode, vscode-extension, visual-studio-code
Vscode Intelephense
PHP intellisense for Visual Studio Code
Stars: ✭ 872 (+581.25%)
Mutual labels:  vscode, vscode-extension, visual-studio-code
Vscode Markdown Pdf
Markdown converter for Visual Studio Code
Stars: ✭ 571 (+346.09%)
Mutual labels:  vscode, vscode-extension, visual-studio-code
Vscode Stylefmt
πŸ”Œ VS Code plugin for stylefmtβ€” Format your CSS using stylefmt.
Stars: ✭ 42 (-67.19%)
Mutual labels:  vscode, vscode-extension, visual-studio-code
Vscode Code Runner
Code Runner for Visual Studio Code
Stars: ✭ 1,332 (+940.63%)
Mutual labels:  vscode, vscode-extension, visual-studio-code
Awesome Vscode
🎨 A curated list of delightful VS Code packages and resources.
Stars: ✭ 19,659 (+15258.59%)
Mutual labels:  vscode, vscode-extension, visual-studio-code
Marp Vscode
Marp for VS Code: Create slide deck written in Marp Markdown on VS Code
Stars: ✭ 442 (+245.31%)
Mutual labels:  vscode, vscode-extension, visual-studio-code
Vscode Smoothtype
VS Code extension to add cursor transitions while typing, similar to MS Office and the Windows 10 Mail app.
Stars: ✭ 54 (-57.81%)
Mutual labels:  vscode, vscode-extension, visual-studio-code

vscode-scss

SCSS IntelliSense (Variables, Mixins and Functions) for all files in the workspace.

Donation

Do you like this project? Support it by donating, creating an issue or pull request.

Donate

Install

Plugin installation is performed in several stages:

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

See the extension installation guide for details.

Usage

Just install the plugin and use it.

Supported features

  • Code Completion Proposals (variables, mixins, functions) β€” description
  • Hover (variables, mixins, functions) β€” description
  • Signature Help (mixins, functions) β€” description
  • Go to (variables, mixins, functions) β€” description
  • Show all All Symbol Definitions in Folder (variables, mixin, functions) β€” description
  • Import files by @import "filepath"; from anywhere. Even outside of the open workspace.
  • Support vue file scss block.

Supported settings

scss.scannerDepth

  • Type: number
  • Default: 30

The maximum number of nested directories to scan.

scss.scannerExclude

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

List of glob patterns for directories that are excluded when scanning.

scss.scanImportedFiles

  • Type: boolean
  • Default: true

Allows scan imported files.

scss.implicitlyLabel

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

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

scss.showErrors

  • Type: boolean
  • Default: false

Allows to display errors.

scss.suggestVariables

  • Type: boolean
  • Default: true

Allows prompt Variables.

scss.suggestMixins

  • Type: boolean
  • Default: true

Allows prompt Mixins.

scss.suggestFunctions

  • Type: boolean
  • Default: true

Allows prompt Functions.

scss.suggestFunctionsInStringContextAfterSymbols

  • Type: boolean
  • Default: (+-*%

Allows prompt Functions in String context after specified symbols. For example, if you add the / symbol, then background: url(images/he|) will be suggest hello() function if it is defined.

scss.dev.serverPort

  • Type: number
  • Default: -1

Launches the SCSS IntelliSense server at a specific port for debugging and profiling. Used for filing performance issue.

Questions

I don't see suggestions in the SCSS files.

You must perform several steps:

  • Set scss.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].