This is a migrated thread and some comments may be shown as answers.

Using order

1 Answer 40 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Jerome
Top achievements
Rank 1
Jerome asked on 18 Nov 2012, 05:23 PM
I can't figure out how to get the desired 'using' order. I want differently prefixed namespaces to be separated with a blank line, and I want a certain set of namespaces to be grouped at the bottom: the ones sharing the same prefix as the project the file is in, for instance:

using System;
using System.Linq;

using Actipro.Stuff

using Telerik.Stuff;

using ISIS.Core;
using ISIS.Foo.Bar.Blah

namespace ISIS.Foo.Bar
{

...

}



I'd be fine if there was an option to force arbitrary prefixes to the top of bottom: as well as group.

1 Answer, 1 is accepted

Sort by
0
Zdravko
Telerik team
answered on 21 Nov 2012, 05:13 PM
Hi,

 

Thanks for contacting us.
Unfortunately, this can't be done so far. However, you can post a feature request at our our new feedback portal and vote for it. The most popular and important requests will be targeted for implementation.

Thanks.

Kind regards,
Zdravko
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
General Discussions
Asked by
Jerome
Top achievements
Rank 1
Answers by
Zdravko
Telerik team
Share this question
or