fsprojects / fsharp-language-server

Other
214 stars 37 forks source link

Added working function signature info #98

Closed faldor20 closed 2 years ago

faldor20 commented 3 years ago

A function from fsac has been copied in and slightly adjusted to now show function inputs and outputs and record/union/class type information in the IntelliSense tooltip.

Before:

image image

Now:

image image image

faldor20 commented 3 years ago

After speaking to the people at FSAC I determined that a little piece of leftover code was pointless and could be removed https://github.com/fsharp/FsAutoComplete/issues/802