jcberquist / sublimetext-cfml

CFML (ColdFusion and Lucee) package for Sublime Text
MIT License
115 stars 24 forks source link

cfabort automatically inserts on Enter key #130

Open jroozee opened 4 years ago

jroozee commented 4 years ago

After typing a ">" character and pressing Enter, the plugin always automatically inserts a random "cfabort". See screen shot.

This happens across multiple different desktops, and is quite annoying.

Using SublimeText 3.2.2 with sublimetext-cfml plugin version 0.28.2

Screen Shot 10-15-19 at 04 38 PM

jcberquist commented 4 years ago

It looks to me like typing > is triggering the completion popup - and cfabort will likely be the first choice in the completion list - so when you hit enter, it gets inserted. I can't reproduce this locally, so I suspect some other plugin you have is triggering completions when you type > ?