File path autocomplete working wrong when I'm writing sass file in VS Code .....
Don't show path, but show other CSS property value
Asked
Active
Viewed 1,722 times
2
2 Answers
0
Try Path Intellisense extension.
I also suggest you to install SCSS IntelliSense

علی سالمی
- 348
- 3
- 12
-
SCSS IntelliSense seems quiet useless. Even when adding `scss.showErrors` - as they say - it does not solve the problem. Strange extension ... – michaelT Aug 17 '21 at 15:42
0
use quotation marks and scroll further down in the suggested ones.
background: url("../")
need install https://marketplace.visualstudio.com/items?itemName=ionutvmi.path-autocomplete

Meteora
- 11
- 2