In Visual Studio's Server Explorer window there's a very nice feature that lets you see the DB objects grouped by schema:
It turns this object tree:
Data Connections -> MyServer -> MySchema.MyTable
Into this one:
Data Connections -> MyServer -> Schemas -> MySchema -> MyTable
I've been looking for this particular feature in ADS but was unable to find it.
Does it exist? If not, is there a plugin which would provide this feature? Or perhaps is there a plugin which would help ease navigation in DBs which have lots of objects?