Skip to content

Sorting of using directives #661

@NonSpicyBurrito

Description

@NonSpicyBurrito

I would like using directives to be sorted with these rules:

  • System on top.
  • The rest sorted alphabetically.
  • All using static at the end which follows the same rules.

Example:

using System;
using Bar;
using Baz;
using Foo;
using static System.Math;
using static Bar.BarHelper;
using static Foo.FooHelper;

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions