While working with ASP.NET using Visual Studio (2008) I have discomfort issue: source code editor context menu has only item 'View Designer' but nothing about to view markup quickly!
To see it you need to open Designer and click Markup label in the bottom of a window. Or use Shift+F7 hot key (by default).
So I want to add an item menu 'View Markup' in additional to 'View Designer'. I guess I have to use a Visual Studio add-in if it already exists or write it by myself.
What do you think about that? Is it possible? Or is some solution already exists?