Closed WillEhrendreich closed 2 years ago
Duplicate of https://github.com/ionide/Ionide-vim/issues/43.
But the behaviour is the same if instead I just use fsautocomplete directly with
require'lspconfig'.fsautocomplete.setup{}
which uses a local install of the latest fsautocomplete.
This means that, we have to either fix neovim or FsAutoComplete to get rid of this. Unfortunately I suspect there is nothing we can do on Ionide-vim's end.
Zero references reported, when there are references. To Reproduce have.. a file.. open? sorry, I know that's no help.
Expected behaviour That it would find references, not only within the same file, but from other projects within the solution.
Environment (please complete the following information):
Additional context I'm using Astronvim as my base config. it uses LspInstaller, and lspconfig. I'm using no special config past that.