natanfudge / Auto-Using

Visual Studio Code extension that auto imports and provides auto complete for available imports in C#
https://marketplace.visualstudio.com/items?itemName=Fudge.auto-using
GNU Lesser General Public License v3.0
37 stars 7 forks source link

Option to add the using inside the namespace in alphabetical order. #15

Closed rnrneverdies closed 3 years ago

rnrneverdies commented 5 years ago

Placing the usings inside the namespace is considered a good practice here

It would be great an option to be able to choose where the using directive should be placed.

Also, It would be awesome to order usings in alphabetical order where System usings are listed first and non-system usings are listed below.

Thanks.

rnrneverdies commented 3 years ago

Closing due no response.