Reputation: 32803
For example, in Sass I'm using dashes for variable names, and I have a variable called:
$hello-there
If I type in he
then attempt to complete it, it will only complete hello
. How would I make it so that it would complete hello-there
?
Upvotes: 5
Views: 138