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#] Storage type highlighting not working for my classes #1686

Closed
cdes opened this issue Dec 29, 2015 · 3 comments
Closed

[c#] Storage type highlighting not working for my classes #1686

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

Comments

@cdes
Copy link

cdes commented Dec 29, 2015

I'm using the VSCode Version 0.10.6 (0.10.6).
Default dark theme.

Here's a sample code:

class MyClass
{

}

class Program
{
    static void Main()
    {        
        //string is highlighted
        string s = "MyClass";

        //MyClass is not highlighted
        MyClass myClass = new MyClass();
    }
}

Here's an image:
screen shot 2015-12-29 at 11 13 02 am

Here's a video demonstration:
https://www.youtube.com/watch?v=VpRPJc42FZQ

@bpasero bpasero added the bug Issue identified by VS Code Team member as probable bug label Dec 29, 2015
@bpasero bpasero added this to the Backlog milestone Dec 29, 2015
@jrieken jrieken assigned aeschli and unassigned jrieken Jan 4, 2016
@aeschli
Copy link
Contributor

aeschli commented Jan 7, 2016

It's an issue with the csharp tokenizer, same issue in atom (languages-csharp 0.11.0)
image

@aeschli
Copy link
Contributor

aeschli commented Jan 7, 2016

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

@aeschli aeschli closed this as completed Jan 7, 2016
@aeschli aeschli added upstream Issue identified as 'upstream' component related (exists outside of VS Code) c# labels Jan 7, 2016
@aeschli aeschli changed the title C# Storage type highlighting not working for my classes [c#] Storage type highlighting not working for my classes Jan 7, 2016
@aeschli aeschli reopened this Jan 7, 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
@aeschli aeschli removed the bug Issue identified by VS Code Team member as probable bug label Mar 18, 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

4 participants