Feature request: inline parameter name hints
See original GitHub issuePlease implement inline parameter name hints
Here is a comparison between Visual Studio w/ Resharper and VSCODE on inline parameter name hints.
the (2) demonstrates eventType:
which is manually added by me and if you save the file and open it from Notepad, it will not be there.
the (1) demonstrates message:
as automatically added by IDE and it is just a virtual thing. If you save the file and open it from Notepad, it will not be there.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:30
- Comments:7 (1 by maintainers)
Top Results From Across the Web
Requests for the "inline parameter name hints" feature
I really like the “inline parameter name hints” experimental feature, and I see that there are some additional features coming for it (great)....
Read more >Requests for the "inline parameter name hints" feature #51161
I really like the "inline parameter name hints" experimental feature, and I see that there are some additional features coming for it (great)....
Read more >Inlay hints | JetBrains Rider Documentation
JetBrains Rider: inline parameter name hints help understand arguments in a method call. The idea of the parameter name hints is to show ......
Read more >Inline Parameter Name Hints - Help | JetBrains Rider
The idea of the parameter name hints is to automatically show parameter names for arguments whose intention may not be clear, but at...
Read more >Showing inline parameter hints on Visual Studio 2019 like ...
What are inline parameter hints? When using a literal in a method call, some IDEs have the capability to annotate those with the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
As of version 1.65.0 of VS Code the API is finalized. See here for the relevant release notes: https://code.visualstudio.com/updates/v1_65#_inlay-hints
I just switched to VS Code and was missing this feature, so I implemented it myself. Still in beta, but workable: https://marketplace.visualstudio.com/items?itemName=BobbyZrncev.intellij-parameter-hints