A Volar plugin that integrates sass-formatter (the Sass formatting library) into the Volar language service framework. Current stable version is 0.0.71. This package is part of the volar-services ecosystem and is used to enable Sass/SCSS formatting in editors like VS Code when using the Vue Language Features extension. It is maintained by the Volar team and follows the release cadence of Volar core. Key differentiator: allows formatting of Sass/SCSS files within Vue SFCs and other contexts where Volar is the language provider.
npm install volar-service-sass-formatterNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to use volar-service-sass-formatter in a Volar configuration file to enable Sass formatting.
Ensure @volar/language-service is at version ~2.4.0 in your project.
Install additional Volar services if you need completions, diagnostics, etc.
Refer to sass-formatter's options and pass them as an object to create().
Run 'npm install volar-service-sass-formatter'.
Run 'npm install @volar/language-service@2.4' to get the correct version.