rwatts3 / atom-ide-vue

MIT License
36 stars 3 forks source link

Autocomplete in .vue files is too aggressive #4

Open nkovacs opened 6 years ago

nkovacs commented 6 years ago

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:

screenshot from 2017-11-29 11-42-46

Here's the same thing with ide-vue:

screenshot from 2017-11-29 11-43-10 screenshot from 2017-11-29 11-43-19

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.

rwatts3 commented 6 years ago

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.