How to show type information when squiggel [fsharp] error appears in visual studio

I am writing some kind of FSharp code, and if I put the mouse on Queryin the first line, then I see.

enter image description here

However, if I try the same with the green squiggel line, I get

enter image description here

which is normal, because an error / warning is what I would expect. However, if I also want to see type information, as in the first image, I cannot figure out how to hide the error popup and show the type popup.

In this case, the error is easily fixed by assigning a conclusion. In other cases, the error can only be corrected if I can see the base type with the mouse, but I cannot see this type because the error popup has priority.

, . info /keycombo.

+4
1

Ctrl + K I, Ctrl + K, I ,

enter image description here

.

enter image description here

UX. , .

+5

Source: https://habr.com/ru/post/1676975/


All Articles