Reputation: 21
File path autocomplete working wrong when I'm writing sass file in VS Code .....
Don't show path, but show other CSS property value
Upvotes: 2
Views: 2129
Reputation: 41
use quotation marks and scroll further down in the suggested ones.
background: url("../")
need install https://marketplace.visualstudio.com/items?itemName=ionutvmi.path-autocomplete
Upvotes: 0
Reputation: 397
Try Path Intellisense extension.
I also suggest you to install SCSS IntelliSense
Upvotes: -1