SublimeText / Sass

Sass and SCSS syntax for Sublime Text
https://packagecontrol.io/packages/Sass
MIT License
50 stars 8 forks source link

@import autocomplete #77

Closed colinkiama closed 3 years ago

colinkiama commented 3 years ago

Autocomplete the folders and file paths relative to the current file path.

VS Code does this out of the box.

braver commented 3 years ago

I’m pretty sure VS code does so using a language service. Similar functionality is available via the LSP package for Sublime Text.