Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Codelens not resolving references, always reports zero. #59

Closed
WillEhrendreich opened this issue Jul 14, 2022 · 1 comment
Closed

Codelens not resolving references, always reports zero. #59

WillEhrendreich opened this issue Jul 14, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@WillEhrendreich
Copy link

Zero references reported, when there are references.
image
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):

  • OS: Windows
  • Vim / Neovim version: 0.7.2
  • dotnet SDK version: 6
  • mono / .Net Framework version: nope.

Additional context
I'm using Astronvim as my base config. it uses LspInstaller, and lspconfig. I'm using no special config past that.

@WillEhrendreich WillEhrendreich added the bug Something isn't working label Jul 14, 2022
@cannorin
Copy link
Member

cannorin commented Sep 2, 2022

Duplicate of #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.

@cannorin cannorin closed this as completed Sep 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants