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
?
One way to do it is adding the dash to the iskeyword option. Something like the following:
set iskeyword+=-
Maybe you could add this setting only to sass files only using the appropriate filetype.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With