madskristensen / Tweakster

A Visual Studio extension
Apache License 2.0
238 stars 23 forks source link

Suggestion: Open to the side with F7 or Shift+F7 (View Code) #121

Open datvm opened 10 months ago

datvm commented 10 months ago

Is your feature request related to a problem? Please describe.

Usually while working with Razor/Blazor or XAML, you want to go between your design and code-behind with the F7 or Shift+F7 key. I find that I usually have to manually use the mouse to split the screen.

Describe the solution you'd like

Add an option where pressing F7/Shift+F7 would open the new tab in the other side (left if right panel is being focused and vice-versa)

Describe alternatives you've considered

Right now I have to manually assign a hotkey for Window.NewVerticalTabGroup and Window.MoveToNextTabGroup and press one of them after pressing F7. I also have to remember which one because pressing a wrong one would open a new vertical panel.