2

File path autocomplete working wrong when I'm writing sass file in VS Code ..... Don't show path, but show other CSS property value enter image description here

enter image description here

Barbora
  • 921
  • 1
  • 6
  • 11
wudic
  • 21
  • 2

2 Answers2

0

Try Path Intellisense extension.

I also suggest you to install SCSS IntelliSense

  • 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