Skip to content
Clyde D'Souza edited this page Dec 16, 2017 · 4 revisions

Sass Snippet Pack is a snippet pack to help you write scss code. This adds a code snippet pack in the code snippet manager of Visual Studio.

What's included?

The Sass Snippet Pack extends the code snippet manager of Visual Studio and allows you to insert code snippets into your editor.

Sass Snippet Pack in the Code Snippet Manager of Visual Studio 2017

While writing your scss code in the editor, you can bring up the sass snippet pack code snippets by using the shortcut keys Ctrl K + Ctrl X. The GIF below shows what happens after the keyboard shortcuts are entered in.

Simple, isn't it?

Special thanks

This is my first VSIX project and a special thanks to Snippet Pack Project Template by Mads Kristensen for making it easier to create a new snippet pack and providing really helpful explanation. If you're keen to develop a VSIX extension, please try this out.

Clone this wiki locally