Reputation: 18269
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
Reputation: 19837
Unfortunately you cannot. It's a feature that's been requested but just hasn't made it in yet.
Upvotes: 1