Comments
3 comments
-
I second this.
-
I had the same problem as you guys did, so I wrote an addin to sort the assemblies - you can get it at: http://jasonhaley.com/Addins/ it is called AssemblyCollection.Sort Addin.
-
You should also check out the File->Open List.. functionality so you can keep the number of assemblies to a minimun of what you need when you need it ... it will also speed things up a bit (the less assemblies you have loaded in your tree).
Add comment
Please sign in to leave a comment.
The easiest thing to implement IMHO would be sorting the list. At least I could find things in alpha order that way. Maybe have a 'search' box at the top that would filter the list based on what's typed, like the class search window does.
Another idea i had (i'd sent this via the feedback form in Reflector a week or so ago) is to make the assembly names into a tree view... the top level could look like
+ System
+ Microsoft
+ MyStuff
you'd have to figure out how to distinguish between a + for sub-name and + to open the assembly, but it'd make finding things a LOT easier.