You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+25-3
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@ Supports standalone SCSS, as well as style blocks inside Vue and Svelte componen
10
10
11
11
Based on SCSS Intellisense by [Denis Malinochkin and contributors](https://github.com/mrmlnc/vscode-scss). Uses the built-in VS Code language server for SCSS.
12
12
13
+
Visit the [release section on GitHub](https://github.com/wkillerud/vscode-scss/releases) to see what has changed between versions.
14
+
13
15
## Setup
14
16
15
17
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).
@@ -41,7 +43,9 @@ Documentation written with SassDoc will be included in the hover information. Ad
41
43
42
44

43
45
44
-
### Go to definition
46
+
### Code navigation
47
+
48
+
#### Go to Definition
45
49
46
50
To use this feature, either:
47
51
@@ -55,6 +59,24 @@ To use this feature – in the `Go` menu – choose [Go to Symbol](https://code.
55
59
56
60

57
61
62
+
#### Go to References
63
+
64
+
Shows an inline view of all references to the variable, mixin or function designed
65
+
for quick navigation.
66
+
67
+
To use this feature, either:
68
+
69
+
- Right-click a variable, mixin or function and choose `Go to References`.
70
+
- Place the cursor on the variable, moxin or function, open the `Go` menu and choose `Go to References`
71
+
72
+
#### Find All References
73
+
74
+
Opens a pane in your workbench with a list of all references to the variable,
75
+
mixin or function.
76
+
77
+
To use this feature, right-click a variable, mixin or function and choose
78
+
`Find All References`.
79
+
58
80
## Recommended settings for Visual Studio Code
59
81
60
82
**Improved code suggestions for variables under namespaces**
@@ -121,10 +143,10 @@ could suggest a `hello()` function (`|` in this case indicates cursor position).
121
143
122
144
#### Exclude files or folders
123
145
124
-
List of [glob](https://github.com/mrmlnc/fast-glob) patterns for directories that are excluded when scanning.
146
+
List of [micromatch](https://github.com/micromatch/micromatch) patterns for directories that are excluded when scanning.
0 commit comments