Skip to content
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

Generic type parameter not displayed correctly on the info panel #1583

Closed
Evangelink opened this issue Sep 13, 2021 · 2 comments
Closed

Generic type parameter not displayed correctly on the info panel #1583

Evangelink opened this issue Sep 13, 2021 · 2 comments
Labels
bug language services Problems related to language services - FSAC or FCS

Comments

@Evangelink
Copy link

Describe the bug

Generic type parameters are not displayed correctly in the Info Panel but correctly in the over tooltip. The signature of the function defines the type as Binding<'model, 'a> and is rendered as Binding<'model'a>.

Link to sample reproduction

See elmish/Elmish.WPF#417 (comment)

Expected behaviour

I would expect the type to be displayed as defined (e.g. Binding<'model, 'a>).

Screenshots

image

Machine info

  • OS: Windows
  • .NET SDK version: net5.0-windows;netcoreapp3.1;net461
  • Ionide version: v5.7.3
@open-collective-bot
Copy link

Hey @Evangelink 👋,

Thank you for opening an issue. We will get back to you as
soon as we can. Also, check out our OpenCollective and consider
backing us.

https://opencollective.com/ionide

PS.: We offer backer support for all backers. Don't forget to add backer label when you start backing us 😄

@Krzysztof-Cieslak
Copy link
Member

I believe this was fixed by the linked FSAC PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug language services Problems related to language services - FSAC or FCS
Projects
None yet
Development

No branches or pull requests

2 participants