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#] No syntax colors in C# for usings out of namespace #848

Closed
vbfox opened this issue Dec 1, 2015 · 2 comments
Closed

[c#] No syntax colors in C# for usings out of namespace #848

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

Comments

@vbfox
Copy link
Contributor

vbfox commented Dec 1, 2015

2015-12-01 09_59_56-searchkey cs - rfq-hub - visual studio code

In the following code :

using System.Linq;

namespace MyNamespaceIsFoo
{
    using System;

    public class SearchKey
    {
    }
}

using System get colored correctly but using System.Linq isn't.

Version 0.12.2

@aeschli aeschli changed the title No syntax colors in C# for usings out of namespace [c#] No syntax colors in C# for usings out of namespace Dec 3, 2015
@aeschli
Copy link
Contributor

aeschli commented Dec 3, 2015

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

@aeschli aeschli closed this as completed Dec 3, 2015
@aeschli aeschli reopened this Dec 3, 2015
@aeschli aeschli added bug Issue identified by VS Code Team member as probable bug upstream Issue identified as 'upstream' component related (exists outside of VS Code) c# labels Dec 3, 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
ivanz added a commit to ivanz/omnisharp-vscode that referenced this issue Aug 18, 2016
ivanz added a commit to ivanz/omnisharp-vscode that referenced this issue Aug 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

3 participants