atom-ide-vue
atom-ide-vue copied to clipboard
Autocomplete in .vue files is too aggressive
After enabling this package, the autocomplete dropdown appears all the time in .vue files. I also have language-vue, but disabling it doesn't fix the issue.
Here's an example with only language-vue:

Here's the same thing with ide-vue:

The second screenshot shows the most annoying behavior. I can't hit enter because it will autocomplete instead of inserting a newline. If I disable ide-vue, there's no dropdown in the second case.
Thank you ,
I agree this is very annoying and I'm trying to find a work around to solve this issue.
I believe it may be caused by the version of the atom-languageclient I am using I try to resolve this issue. In the meantime I happily accept pull requests, if you have any suggestions as for how we can solve this issue feel free to submit a PR.