Closed pedrorgirardi closed 3 years ago
Also happens with Clojure, but only when the form we're auto-completing is in parens. Looks like an ST bug.
Absolutely zero idea why this happens, but if I print
the value before it gets passed to sublime.CompletionItem
, it doesn't have the trailing dash, so I'm 99% sure this must be an ST bug.
@pedrorgirardi: Can you reproduce this on ST build 4112? I can't.
I can't either. This is great!! 🥳
Auto-complete shows
some-
, but changes tosome
if you select it.