Skip to content

0.6

Compare
Choose a tag to compare
@darrenkopp darrenkopp released this 09 Sep 23:06
· 184 commits to master since this release

This release includes a new parsing engine that allows for more accurate syntax highlighting and support for basic intellisense.

In this release, intellisense is just code completion for variables, functions, keywords, and mixins. In the next release there will be support for CSS completion values like element names, property names, etc.

Currently, intellisense isn't 100% right and thus it is opt-in only by default. To enable intellisense, go to the options panel, open the Sassy Studio pane, and under intellisense check "Enable Experimental Intellisense"

In addition, there is a new option that will allow you to replace the generated CSS file with the exception information when there is a failure compiling the CSS document, which is more noticeable than when the error is printed to the output window in visual studio. This is an opt-in setting as well which can be toggled in the visual studio options.