-
Notifications
You must be signed in to change notification settings - Fork 12.5k
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
Inlay hints for type parameters on type arguments #55591
Comments
@MariaSolOs might have opinions. |
@andrewbranch @djmisterjon This has already been implemented in #55141, it's just waiting for a review. |
I might be missing it, but I don’t see any type arguments in any of those tests 🤔 |
I think you're right. But after reading this issue better I'm a bit unsure of what the ask is? Where exactly would the hint be? |
@djmisterjon It does! Thank you for the example :) |
I'm not very familiar with the ts project architecture, but yes, I believe it was indeed a new feature and not a modification of an existing one. maybe i would be better to transfer the request to the side of vscode team ? |
@djmisterjon no worries! Yes this issue is in the right place :) |
Hmm, i ask myself if the reason why this feature was not implemented at the same time as JavaScript's Hints is probably because it's more complicated to achieve due to the freedom of syntax and formatting complexity that TypeScript allows, unlike JavaScript. I remember encountering a similar issue with some other libraries in a similar context. |
hi, can we support ts generic for editor.inlayHints ?
I love this feature with a shortcut , but it seem missing ts support .
thanks
actually
expected result (photoshoped)
The text was updated successfully, but these errors were encountered: