I’m on tsserver 2.1.0 using nvim 0.8.1 with the base config setup suggested by nvim-lspconfig and when I try and do after “”. or after I dont get any completion for strings or array methods.
On tsserver 1.2.0 it does give me completions. One both versions of tsserver when I check the lsplogs I see that both are getting back completion data from the server its just that on 2.1.0 I dont actually see anything populate to choose from.
Is anyone else having this issue or know what could be causing this behavior?