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#] syntax coloring breaks down with interpolated strings #900

Closed
jumpinjackie opened this issue Dec 2, 2015 · 2 comments
Closed

[C#] syntax coloring breaks down with interpolated strings #900

jumpinjackie opened this issue Dec 2, 2015 · 2 comments
Assignees
Labels
upstream Issue identified as 'upstream' component related (exists outside of VS Code)
Milestone

Comments

@jumpinjackie
Copy link

Using VSCode 0.10.3

The C# syntax coloring breaks down when interpolated strings are involved.

Example code

namespace Test
{
    public class Foo
    {
        static string AddTableName(string suffix) => $"Bar{suffix}_ADD";

        static string ModTableName(string suffix) => $"Bar{suffix}_MOD";

        static string DelTableName(string suffix) => $"Bar{suffix}_DEL";
    } 
}

VSCode screenshot

capture

@aeschli aeschli added the bug Issue identified by VS Code Team member as probable bug label Dec 2, 2015
@aeschli aeschli changed the title C# syntax coloring breaks down with interpolated strings [C#] syntax coloring breaks down with interpolated strings Dec 2, 2015
@aeschli
Copy link
Contributor

aeschli commented Dec 2, 2015

This issue was moved to atom/language-csharp#43

@aeschli aeschli closed this as completed Dec 2, 2015
@aeschli aeschli reopened this Dec 2, 2015
@aeschli aeschli added upstream Issue identified as 'upstream' component related (exists outside of VS Code) c# labels Dec 2, 2015
@egamma egamma modified the milestone: Backlog Dec 10, 2015
@aeschli aeschli removed the bug Issue identified by VS Code Team member as probable bug label Mar 17, 2016
@aeschli
Copy link
Contributor

aeschli commented Mar 17, 2016

Now tracked in dotnet/vscode-csharp#101

@aeschli aeschli closed this as completed Mar 17, 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
upstream Issue identified as 'upstream' component related (exists outside of VS Code)
Projects
None yet
Development

No branches or pull requests

3 participants