Visual Studio DTE Extension Move Tabs
I have been trying to sort/move editor tabs in a visual studio extension.
But I can’t find the right methods for it.
I can get the source code file names but couldn’t figure out the API methods how to move
the windows/tabs.
Can somebody give me a hint?