danro / LESS-sublime

LESS syntax highlighting for Sublime Text.
https://sublime.wbond.net/packages/LESS
501 stars 92 forks source link

CSS property completion inconsistency #120

Closed shabatin closed 5 years ago

shabatin commented 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:

type "pos", tab to complete "position", output is position

braver commented 5 years ago

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.

position