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

C# 6.0 string interpolation does not recognize the end of string #10146

Closed
shivambaku opened this issue Aug 4, 2016 · 4 comments
Closed

C# 6.0 string interpolation does not recognize the end of string #10146

shivambaku opened this issue Aug 4, 2016 · 4 comments

Comments

@shivambaku
Copy link

  • VSCode Version: Code 1.4.0 (6276dcb, 2016-08-04T16:45:31.680Z)
  • OS Version: Windows_NT ia32 10.0.10586

Steps to Reproduce:

When doing string interpolation everything greys out. For example
public void GreetName() => Console.WriteLine($"Hello {this.Name}");
will grey out everything under that method. It does not recognize where the string ended.

@Tyriar
Copy link
Member

Tyriar commented Aug 4, 2016

@RaulOnk do you have the C# extension installed?

@shivambaku
Copy link
Author

Yes and it compiled just fine. It is just visually not working and anything under that does not have auto complete.

@shivambaku
Copy link
Author

image

@Tyriar
Copy link
Member

Tyriar commented Aug 4, 2016

This issue was moved to dotnet/vscode-csharp#638

@Tyriar Tyriar closed this as completed Aug 4, 2016
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants