dotnet / fsharp

The F# compiler, F# core library, F# language service, and F# tooling integration for Visual Studio
https://dotnet.microsoft.com/languages/fsharp
MIT License
3.83k stars 773 forks source link

Improve onhover tooltip for visual studio #17220

Open vsfeedback opened 1 month ago

vsfeedback commented 1 month ago

This issue has been moved from a ticket on Developer Community.


So, hovering tooltip provides insights of function signatures among many things in visual studio

It would be nice to have a short cut that makes such insight available and update as I type so the experience of editing say a function is better because now I can look at the signature as I change my code in F#


Original Comments

Feedback Bot on 9/4/2023, 05:14 AM:

(private comment, text removed)

abelbraaksma commented 1 month ago

The tooltip should update while you are typing (just hover after you're done changing the signature), or am I misunderstanding your suggestion?