From affbda6bb3de5ecf0ec5499068d4f9138bc20067 Mon Sep 17 00:00:00 2001 From: William Killerud Date: Sun, 14 Aug 2022 19:10:03 +0200 Subject: [PATCH] docs: add link to recommended settings from Setup --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 25b7bfe9..ea8bde9f 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,9 @@ Visit the [release section on GitHub](https://github.com/wkillerud/vscode-scss/r Search for Some Sass (`SomewhatStationery.some-sass`) from the extension installer within VS Code or install from [the Marketplace](https://marketplace.visualstudio.com/items?itemName=SomewhatStationery.some-sass). -If you have SCSS IntelliSense (`mrmlnc.vscode-scss`) installed you should disable or uninstall it. Otherwise the two extensions will both provide hover information and code suggestions. +See [Recommended settings](#recommended-settings-for-visual-studio-code) for some tips on how to tweak code suggestions to your liking. + +Note that if you have SCSS IntelliSense (`mrmlnc.vscode-scss`) installed you should disable or uninstall it. Otherwise the two extensions will both provide hover information and code suggestions. ## Usage @@ -166,7 +168,6 @@ Depending on your project size, you may want to tweak this setting to control ho - JSON key: `somesass.scannerDepth`. - Default: `30`. - #### Stop scanner from following links `@deprecated` @@ -178,7 +179,6 @@ after `@import` becomes CSS-only. - JSON key: `somesass.scanImportedFiles`. - Default: `true`. - ## What this extension does _not_ do - Formating. Consider using [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode) if you want automatic formating.