All Projects → robinbentley → vscode-sass-indented

robinbentley / vscode-sass-indented

Licence: other
[Unmaintained] Sass indented syntax support for VSCode

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to vscode-sass-indented

unity-tools
A Visual Studio Code Extension to provide some tools for Unity development
Stars: ✭ 25 (-58.33%)
Mutual labels:  visual-studio-code
Wikitext-VSCode-Extension
A Visual Studio Code Extension that provides language support for Wikitext.
Stars: ✭ 50 (-16.67%)
Mutual labels:  visual-studio-code
TypeGame
👾 Sokoban Game in Pure TypeScript Type System
Stars: ✭ 222 (+270%)
Mutual labels:  visual-studio-code
base
A basic Codespaces environment that can be expanded upon to build your ideal environment
Stars: ✭ 37 (-38.33%)
Mutual labels:  visual-studio-code
vsc-material-theme-icons
Material Theme Icons, the most epic icons theme for Visual Studio Code and Material Theme.
Stars: ✭ 90 (+50%)
Mutual labels:  visual-studio-code
vscode-stylelint-plus
A Visual Studio Code extension to lint CSS/SCSS/Less with stylelint, support auto fix on save.
Stars: ✭ 32 (-46.67%)
Mutual labels:  visual-studio-code
vscode-importmagic
No description or website provided.
Stars: ✭ 35 (-41.67%)
Mutual labels:  visual-studio-code
DataverseDevTools-VSCode
The all-in-one tool to develop code for Dataverse/Dynamics 365. Helps you connect to a Dataverse environment, generate TypeScript definitions for entities, create a different type of Dataverse-specific projects, and much more.
Stars: ✭ 18 (-70%)
Mutual labels:  visual-studio-code
aylin-vscode-theme
🌌Aylin: a modern and minimal VS Code dark theme with bright colors
Stars: ✭ 17 (-71.67%)
Mutual labels:  visual-studio-code
papyrus-lang
📜Advanced language tools for the Papyrus scripting language.
Stars: ✭ 65 (+8.33%)
Mutual labels:  visual-studio-code
Lilac-Theme
A dark theme with pastel colours for Visual Studio Code.
Stars: ✭ 24 (-60%)
Mutual labels:  visual-studio-code
Netlify
A VS Code extension that displays your Netlify build statuses and more!
Stars: ✭ 23 (-61.67%)
Mutual labels:  visual-studio-code
ocean-space
🌊 Deep oceanic blue Visual Studio Code theme
Stars: ✭ 35 (-41.67%)
Mutual labels:  visual-studio-code
VscOdooSnippets
Odoo Snippets for Visual Studio Code
Stars: ✭ 29 (-51.67%)
Mutual labels:  visual-studio-code
code-connect
Open a file in your locally running Visual Studio Code instance from arbitrary terminal connections.
Stars: ✭ 44 (-26.67%)
Mutual labels:  visual-studio-code
vscode-goto-next-previous-member
Visual Studio Code Extension to navigate through the functions, variables, and classes using quick and easy key commands similar to functionality provided by IntelliJ IDEs and Resharper
Stars: ✭ 24 (-60%)
Mutual labels:  visual-studio-code
vscode-commit-message-editor
Edit commit messages in a convenient way.
Stars: ✭ 40 (-33.33%)
Mutual labels:  visual-studio-code
vscode-highlight-bad-chars
Extension to highlight bad characters such as No-break space ( ) and the Greek question mark (;) in your source files.
Stars: ✭ 28 (-53.33%)
Mutual labels:  visual-studio-code
gray-matter
A colour scheme for Sublime Text and Visual Studio Code that takes design cues from popular minimalist Markdown text editors.
Stars: ✭ 69 (+15%)
Mutual labels:  visual-studio-code
AutoBuildMarlin
Visual Studio Code extension to more easily build Marlin Firmware
Stars: ✭ 206 (+243.33%)
Mutual labels:  visual-studio-code

This repo is no longer maintained.

Development and publishing for this extension has been taken over by @TheRealSyler.

This will remain up for my own history but to follow active development please visit the project here

17/07/19


Indented Sass syntax highlighting, autocomplete & snippets for VSCode

VSCode only has built in support for SCSS syntax so I have put this together for people who prefer to use the indented syntax.

Highlighting Example

Installing

Search for Sass from the extension installer within VSCode or put this into the command palette.

ext install sass-indented

Configuration

Configuration options can be set in the Sass (Indented) section of VSCode settings or by editing your settings.json directly.

Option Type Default Description
sass.disableAutoIndent boolean false Stop the extension from automatically indenting when pressing Enter

Property/Value Autocompletion & Emmet

Autocompletion for css properties and built in language functions (@warn, @at-root, lighten(), darken() etc) is built in. As of version 1.3 VSCode supports Emmet in .sass files, the original snippets for css properties have been removed.

Snippets

Snippets have been reduced to a few time savers.

var - declare a new variable
mixin - declare a new mixin
if - base for an @if statement
for - base for a @for loop
each - base for a @each loop
while - base for a @while loop

Contributing

The source for this extension is available on github. If anyone feels that there is something missing or would like to suggest improvements please open a new issue or send a pull request! Instructions for running/debugging extensions locally here.

Credits

Changelog

The full changelog is available here: changelog.

License

MIT - https://opensource.org/licenses/MIT

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].