-
Notifications
You must be signed in to change notification settings - Fork 677
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
Argument name suggestions in methods/ctors #1254
Comments
I'm confused by the title, which talks about field names, but the expected behavior seems to describe the completion list suggesting parameter names. Is your request essentially dotnet/roslyn#7055? |
My bad. Yup that roslyn feature 😄 |
Thanks for clarifying. I wouldn't spend the effect adding this to VS Code since we don't want the C# editing experience to diverge. But once we get it in Roslyn, we'll definitely bring it here. cc @Pilchie |
Looks like it's in. What needs to be done to bring it in? |
It's just a matter of time now. We've got some changes coming that should allow this feature to show up in VS Code. |
Does it come automatically or does something else need doing, do you need some help? |
We'll always take help! 😄 That said, this should come in naturally when we update OmniSharp to the latest Roslyn packages. AFAIK, these changes aren't available on NuGet yet, and I'd prefer that over grabbing random nightlies from the Roslyn MyGet feed. |
Environment data
dotnet --info
output:VS Code version:1.9
C# Extension version:1.8 beta
Steps to reproduce
Enter a type into a constructor then begin to type the name of the argument
Expected behavior
Suggestions of what to call it in a drop down eg. if you have
public Foo(Bar
it should give suggestbar
Actual behavior
N/A
The text was updated successfully, but these errors were encountered: