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

Feature request: inline parameter name hints #2823

Open
cilerler opened this issue Jan 27, 2019 · 7 comments
Open

Feature request: inline parameter name hints #2823

cilerler opened this issue Jan 27, 2019 · 7 comments

Comments

@cilerler
Copy link

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

@akshita31 akshita31 added this to the 1.18 milestone Jan 28, 2019
@bzrncev
Copy link

bzrncev commented 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

@douglas-mcosta
Copy link

Ótimo recurso. Faz muita falta para desenvolvedores .NET

@petr166
Copy link

petr166 commented Jan 7, 2021

Please add this, it would be very helpful 👍

@ZacharyPatten
Copy link

whenever this feature is added, I'm hoping we could also get type hints too

type hints would fill in "TYPE" in the following:

var TYPE a;
string b = new TYPE();
Func<int, int> c = TYPE x => x;

@knom
Copy link

knom commented Oct 25, 2021

Is there plans for implementing the feature - now that VSCODE has an API for it?

@JoeRobich
Copy link
Member

@knom There is no plan to implement this feature while the VS Code API is still in preview.

@azunyuuuuuuu
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

10 participants