Home
Options

[BUG] Reference needed note

edited December 2016
When intellisense, auto-completion, or the compilation needs a reference that it knows about it will not tell you what it is.

Simple reproduction:

add package reference to FSharp.Charting
code:
FSharp.Charting.Chart.Line [ 1,2;3,4] |> fun x -> x
then hit . after the x

tab adds `<note>` to the code, and the note won't show any tooltip about what reference is needed.

screen shot (dimmed because ctrl dims autocomplete, and is needed to tell windows to capture pop-ups in screenshots)
image
and VS image

or (both should show up) at
Screen shot

Comments

Sign In or Register to comment.