eerohele / Tutkain

A Sublime Text package for interactive Clojure development
https://tutkain.flowthing.me
Other
68 stars 8 forks source link

ClojureScript auto-complete shows `some-` #44

Closed pedrorgirardi closed 3 years ago

pedrorgirardi commented 3 years ago

Auto-complete shows some-, but changes to some if you select it.

Screen Shot 2021-05-25 at 13 50 21

eerohele commented 3 years ago

Also happens with Clojure, but only when the form we're auto-completing is in parens. Looks like an ST bug.

eerohele commented 3 years ago

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.

eerohele commented 3 years ago

@pedrorgirardi: Can you reproduce this on ST build 4112? I can't.

pedrorgirardi commented 3 years ago

I can't either. This is great!! 🥳