question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Feature request: inline parameter name hints

See original GitHub issue

Please 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.

image

Issue Analytics

  • State:open
  • Created 5 years ago
  • Reactions:30
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

4reactions
azunyuuuuuuucommented, Mar 4, 2022

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

1reaction
bzrncevcommented, Nov 24, 2019

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found