You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try and do omnifunc completions on a string type or array type I get back no results. When I check the LspLogs I do see that tsserver is giving back results. I think somehow the 'prefix' is getting confused and nvim is inadvertently filtering all the completion items.
Heres a zip that has the minimal_init.lua and the typescript project I was testing with in main.ts on my windows machine tstest.zip
Neovim version (nvim -v)
0.8.1
Language server name/version
tsserver 2.0.0 and beyond
Operating system/version
windows and mac
Steps to reproduce using "nvim -u minimal_init.lua"
my minimal_init.lua
comment the '--cmd =' line depending on if you're on unix or windows.
When I try and do omnifunc completions on a string type or array type I get back no results. When I check the LspLogs I do see that tsserver is giving back results. I think somehow the 'prefix' is getting confused and nvim is inadvertently filtering all the completion items.
Heres a zip that has the minimal_init.lua and the typescript project I was testing with in main.ts on my windows machine
tstest.zip
Expected behavior
Expected the completion items to show up
Actual behavior
All completion items were filtered out
Log file
https://gist.github.com/tinhajj/1d9f2f6378cba52d38ee6587e5f1ab71
The text was updated successfully, but these errors were encountered: