microsoft/TypeScript-Sublime-Plugin

Autocomplete always appears after semicolon

pandasauce opened this issue · 2 comments

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.

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 : (

Same story with backquote:

const Component = styled.div`
                             ^ popup triggers here