IamIC
IamIC

Reputation: 18269

Can I tell .net's Intellisense how to sort fields?

In Visual Studio, Intellisense sorts the fields of an object by alphabetical order. I am used to Delphi, where Intellisense sorts by (method, property, event) and then alphabetically.

Is there a decoration once can add to a class/struct definition to tell Intellisense how to sort fields?

Upvotes: 4

Views: 463

Answers (1)

jay.lee
jay.lee

Reputation: 19837

Unfortunately you cannot. It's a feature that's been requested but just hasn't made it in yet.

Upvotes: 1

Related Questions