Autocomplete always appears after semicolon
pandasauce opened this issue · 2 comments
pandasauce commented
Ubuntu Linux 20.04, Sublime Text 4107
The autocompletion popup always appears at the end of the line after entering a semicolon, resulting in triggering an autocomplete insertion on almost every new line (pressing Enter) that follows a semicolon.
samuelbryant commented
I'm having the exact same problem. I think I have to disable this (very useful) plugin for now because this bug renders it unusable : (
alexkuz commented
Same story with backquote:
const Component = styled.div`
^ popup triggers here