Hi, I meet an unfriendly problem that when I start a newline and typing a function name, and select it by press enter, then editor will delete the space after =:

And I try to disable vetur plugin, this problem is not appear again.
Looking forward to solving this problem ~
Supplement: it just appear when edit a .vue file.
I have also encountered this problem.
I can confirm it.
The problem is we have = as trigger for IntelliSense. I guess this was mainly for html attributes because Vetur was based on VSCode's html extension, but it doesn't make sense for vue.
The fix will be available in the next release.
@octref This problem with = is ok in version 0.8.6 , but I found the other problem case by : in object.
It looks like:

The same bug will also be triggered by < and /