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

number of references not displaying until I do FSharpUpdateServerConfig #54

Closed
quantum-booty opened this issue Mar 13, 2022 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@quantum-booty
Copy link

before:
image

after:
image

@quantum-booty quantum-booty added the bug Something isn't working label Mar 13, 2022
@cannorin
Copy link
Member

This is because 1) FSAC is kind of slow to launch and 2) Neovim's LSP implementation is a bit weird in that it requests CodeLens as soon as the language server launches.

So this is a duplicate of #43:

it seems like it has something to do with the fact FSAC is kind of "slow" to launch, so that FSAC can't respond to the initial CodeLens request. I noticed when I use LanguageClient-neovim it correctly shows CodeLens from the beginning, so I'm suspecting Neovim's LSP implementation is weird (or maybe wrong).

I suspect there is nothing we can do on Ionide-vim side.

@WillEhrendreich
Copy link

I'm getting this too, but for me the refs always show as ZERO.. even when that's plainly untrue, and not just from other projects like csharp ones.

@cannorin
Copy link
Member

cannorin commented Sep 2, 2022

Closing in favor of #43.

Note that it seems we have to either fix neovim or FsAutoComplete to get rid of this. 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

3 participants