How to add additional tool windows to a Visual Studio Extension?
When creating an Extension for Visual Studio 2013 a tool window gets set up by default. However, I'd like to have a second tool window and can't see how one is supposed to go about that. I have created a guide: HOWTO: Create a toolwindow with a ToolWindowPane class in a Visual Studio package http://www.visualstudioextensibility.com/2015/02/20/mz-tools-articles-series-howto-create-a-toolwindow-with-a-toolwindowpane-class-in-a-visual-studio-package/ Well I just found a few things - so I'm gonna answer my own question so that other people having the same problem may take advantage of it: Set up