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

Concrete types on hover #18688

Open
adriankwiat opened this issue Dec 13, 2024 · 0 comments · May be fixed by #18707
Open

Concrete types on hover #18688

adriankwiat opened this issue Dec 13, 2024 · 0 comments · May be fixed by #18707
Assignees
Labels
A-hover hover feature A-ide general IDE features A-ty type system / type inference / traits / method resolution C-feature Category: feature request

Comments

@adriankwiat
Copy link

In other languages, when hovering over call to generic function, I see concrete types instead of generic, which is useful and I miss it in rust-analyzer.

C++:
Image

TypeScript:
Image

Rust:
Image

Here I want also to see, for example, fn fun<i32>(a: i32) -> i32 instead of generic T.

@adriankwiat adriankwiat added the C-feature Category: feature request label Dec 13, 2024
@roife roife added A-ty type system / type inference / traits / method resolution A-hover hover feature labels Dec 15, 2024
@ChayimFriedman2 ChayimFriedman2 added A-ide general IDE features A-ty type system / type inference / traits / method resolution and removed A-ty type system / type inference / traits / method resolution labels Dec 16, 2024
@ChayimFriedman2 ChayimFriedman2 self-assigned this Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-hover hover feature A-ide general IDE features A-ty type system / type inference / traits / method resolution C-feature Category: feature request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants