-
-
Notifications
You must be signed in to change notification settings - Fork 284
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 does not display in val declaration #722
Comments
I get this in a net standard project too, just a new console app with this type:
|
Maybe the interim month have fixed this in FCS. |
I’ll test that later today |
I'm still not getting the code lenses for type signature and I'm getting wrong reference code lenses In case of reference numbers (and I guess in the screenshot @7sharp9 posted) FSAC thinks that the symbol for which lens should be displayed is |
If you take out the CR between the |
As expected - this is indeed a bug in FCS, I've fixed that with dotnet/fsharp#10727 which means that in a few months time we will have this in Ionide. |
This is strange looking code because
[<DefaultValue>]
was separated by empty CodeLens lineThe text was updated successfully, but these errors were encountered: