You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I chose my example like that because it's more vertically and horizontally concise. The idea was that an inner namespace section could be absorbed into an outer namespace section if it's the only thing the outer section contains. This is common for libraries with prefixes, for example: ICSharpCode.SharpZipLib.
Dividing by dots might be better because it's simpler, and therefore it's probably easier to implement and faster at runtime.
Currently, ILSpy always flattens namespaces in the tree view like this:
It would be more intuitive and less cluttering if there was an option to organize it like this:
Where
Bottom1
,Bottom2.EvenLower
, andBottom3
are child nodes that can be collapsed intoTop.Middle
.The text was updated successfully, but these errors were encountered: