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

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-10 16:13:36

问题


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?


回答1:


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



来源:https://stackoverflow.com/questions/4116688/can-i-tell-nets-intellisense-how-to-sort-fields

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!