-
Notifications
You must be signed in to change notification settings - Fork 29.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow for floating and/or movable sidebar views #15038
Comments
+1 for this. Currently it is very annoying to constantly switch between "debug" and "explorer". Would be nice to see the "explorer" while debugging. |
+1 I feel this would be really awesome for console windows/(tray area) when debugging and other things! |
It would be awesome to have the debugger window on the right with the explorer/git on the left. |
Somewhat related: #10121 |
/duplicate #10121 |
This issue has been closed because it is already tracked by another issue. See also our GitHub issues to search for existing issues and our issue reporting guidelines. Happy Coding! |
I'm using VS Code for a while (since 1.0 or so) and sometimes it's quite annoying that multiple sidebar views can't be used at once.
Most notable issue is that debugger view too tight and it's necessary to expand it every time. But then editor window becoming too narrow.
At the same time it's completely useless to have such wide view for explorer, git or search.
So, You have to drag or toggle sidebar every time when you need to debug.
If you have monitor that something less than 1080p it leads to real problems in usability.
The best solution in my opinion is to make at least debugger view detachable. Such approach is very convenient to use with dual-monitor configuration.
Other solution is to optionally move this watcher view to bottom panel where debug console located. Maybe it'll hard to use with debug console at the same time but JetBrains IDEs uses similar layout and it works fine.
The text was updated successfully, but these errors were encountered: