Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

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

@aeschli

Description

@aeschli

From @vbfox on December 1, 2015 9:8

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.

Copied from original issue: microsoft/vscode#848

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions