In Visual Studio, Intellisense sorts the fields of an object alphabetically. I'm used to Delphi, where Intellisense is sorted by (method, property, event), and then alphabetically.
Is there some kind of decoration that can be added to the class / structure definition to tell Intellisense how to sort the fields?
source
share