Closed shabatin closed 5 years ago
Tabbing to complete a property name sometimes adds a colon, sometimes doesn't.
e.g. type "text-d", tab to complete "text-decoration", output is text-decoration:
text-decoration:
type "pos", tab to complete "position", output is position
position
I don't get the same effect. What could happen is that Sublime picks up a different completion than the property completion from the LESS package. Not sure something can be done.
Tabbing to complete a property name sometimes adds a colon, sometimes doesn't.
e.g. type "text-d", tab to complete "text-decoration", output is
text-decoration:
type "pos", tab to complete "position", output is
position