Describe the bug
The native vim auto-complete doesn't seem to work. Therefore, I am not seeing auto-complete in things like strings
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I should get an auto-complete prompt to complete that long string.
Screenshots


3.

Environment :
Same here. The readme should mention if this is not supported.
This is one of my favourite VIM features and it's sorely missed. Any chance it could be added ?
Just to add: not only is this useful for auto-completing in strings, its great for creating variable definitions from words in comments, auto-completing in comments when writing documentation etc. etc.
VSCode has auto-complete, which is powered by LSP only, I think. It doesn't seem like the responsibility of a vim emulation layer to act as a language server, just feeding VSCode back the document split into words. This issue hasn't gained much traction and I don't see it as realistic, so I'm closing the ticket. Let me know if you object.
really lacking this feature. Tell me how to emulate it
@emergy As I stated above, because VSCode is driven by LSP, I don't see a reasonable way to provide autocomplete for things like string literals. If the lack of this feature is a deal-breaker, you can use terminal vim or a GUI driven by neovim's API (such as Oni).
Or, if someone wants to prove me wrong, they can write up a proof of concept and send me a PR.
Most helpful comment
This is one of my favourite VIM features and it's sorely missed. Any chance it could be added ?