Results 357 comments of Yu Zhang

I guess you have other extensions installed, e.g. some Spell Checkers or other Markdown extensions. #423, #711

Thank you for this really detailed bug report. Could you please describe how Alfred.app works? Expanding on `tab` key? (I'm not a Mac user so not familiar with those tools)

Thanks for the information. It seems that Alfred.app listens to the typing events and does auto-replacement. But I really have no idea about how this extension conflicts with it 😔....

@wayne-huang-14 Thanks. To my understanding, the original post suggests setting a longer delay, right?

The same thing that this extension and Vim extension both do is listening to some certain key pressing and then do some text editing. This extension override these keys (`enter`,...

Just checked VSCode and VSCodeVim repo and Alfred forum but none of them has any update. It is hard to tell what is the root cause.

_Copied from VSCodeVim/Vim#2845_ ### Workaround > I have also experienced this issue, and was successfully able to work around it by opening Alfred Preferences > Snippets > Auto Expansion Options...

@Laoujin Thanks for sharing! It is really helpful. We have several workarounds now. I guess this issue can be resolved if we make `onBackspaceKey` hook _fast enough_. But I doubt...