Skip to content
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 windows #10121

Closed
Brakkar opened this issue Aug 4, 2016 · 366 comments
Closed

Allow for floating windows #10121

Brakkar opened this issue Aug 4, 2016 · 366 comments
Assignees
Labels
feature-request Request for new features or functionality layout General VS Code workbench layout issues on-testplan workbench-auxwindow Issues related to use of auxiliary ("floating") windows.

Comments

@Brakkar
Copy link

Brakkar commented Aug 4, 2016

Hi,
I suggest floating windows option for:

  • Terminal
  • Debug console
  • Problems
  • Output

Eventually:

  • tabs
  • Explorer / search / debug / git / extensions

This way we could take advantage of large screen space and / or multi monitors.

Having to constantly switch between the various windows is not optimum working flow.

@Nition
Copy link

Nition commented Oct 24, 2016

Just adding my support to this. Quite often with the full Visual Studio I'd drag out a tab to my other monitor so that I could view two code files at once. The split pane functionality is nice but not the same.

@adamvoss
Copy link

adamvoss commented Dec 4, 2016

I see editor tabs as more important than the others. Really hard to utilize two monitors when you can't breakout a tab. This is important when referencing code, but also for things like Markdown Preview.

@CherryDT
Copy link

CherryDT commented Mar 7, 2017

How is it supposed to work...? I can't get it to work (on 1.11.0-Insider). When dragging a tab outside of the window, it either displays a 🛇 and doesn't let me drop, or, when dropped on top of a Windows Explorer window, it copies the file...

@adamvoss
Copy link

adamvoss commented Mar 7, 2017

@CherryDT This issue is still open and marked as Backlog. Do you have a reference that says it is supposed to be implemented in 1.11?

@CherryDT
Copy link

CherryDT commented Mar 9, 2017

@vossad01 You are right I was confused for a sec, because I came from the closed issue #10147 where it said "Already addressed by #10121" and I took "addressed" as "solved". My mistake.

@bpasero bpasero changed the title Feature request: floating windows Allow for floating windows Mar 14, 2017
@mlewand
Copy link
Contributor

mlewand commented Mar 14, 2017

I'd say that undocking tabs (editors more specifically) is a must have rather than eventually type of task. Would love to have it implemented.

@mlewand
Copy link
Contributor

mlewand commented Mar 15, 2017

@bpasero @aeschli is this a feature that you'd like to get and review as a pull request? It seems to be a bigger task, thus it make sense to ask before going with implementation.

@bpasero
Copy link
Member

bpasero commented Mar 16, 2017

@mlewand this is no area where we expect a PR due to technical limitations. If you have an idea though, let us know.

@mlewand
Copy link
Contributor

mlewand commented Mar 16, 2017

@bpasero by technical limitation do you say that it's a Electron limitation? Or is it more about VSCode one project <-> one window design?

@bpasero
Copy link
Member

bpasero commented Mar 16, 2017

@mlewand depends, if I could open a lightweight window that shares the same JavaScript context and build some UI in it, that would certainly help. Otherwise we would end up opening a heavy browser window with own context that contains only the UI pieces we want to show, which seems like the wrong direction.

@josh-sachs
Copy link

Want to chime in "me-to."

Specifically editor tabs. It is unfortunate that the issue author has the priorities so ass-backwards, but I can't believe nobody at Microsoft has seen this ticket at some point over the past year, recognized the immense value in being able to drag an editor tab from one window to another (your Visual Studio crowd has been doing this for decades) and made this happen by now.

This is a serious deficiency with VSCode as an editor.

@RoyTinker
Copy link

RoyTinker commented May 18, 2017

I used Visual Studio as my primary editor for about 9 years, and then switched to VS Code after moving to a front-end-only project team. There's a lot to to love about VS Code, but the one significant missing feature for me is the lack of floating editor-tab-only windows (like I've gotten used to having in Visual Studio).

FWIW, I use 4 monitors side-by-side. It feels insane to be stuck on just 1 monitor for code editing, especially when I'm working on several files simultaneously.

@ranzhh
Copy link

ranzhh commented May 21, 2017

I will have to agree with the comments above. The lack of this feature is a huge issue for those with multiple monitors (basically everyone who works with code). Obviously you can work around it by opening specific files in a separate (ctrl + shift + N) Visual Studio Code instance, but it's definitely something that should be addressed as soon as possible.

@baynes
Copy link

baynes commented May 22, 2017

I want to be able to open files into a new window (for example to put on a different monitor or a different virtual workspace).
If I can't open directly into a new window then I need to be able to tear off a tab into a new window or to be able to drag a tab to a separate VSCode window (as created with File→New Window)

@sebastianslutzky
Copy link

Im using a WYSIWYG viewer plugin for editing AsciiDocs. Separating windows to different monitors is a basic requirement in this case. Hopefully this feature gets prioritized soon

@D1no
Copy link

D1no commented Jun 6, 2017

It would be really nice if we could tear of tabs to show the file/tab it in a separate window 😪
newwindow

@inestyne
Copy link

I'm trying to move off JetBeans and this isn't an optional or nice-to-have feature. It's fundamental to multi-monitor coding. Not having it is a deal breaker.

@disler
Copy link

disler commented Jun 28, 2017

@ContrerasA
Copy link

Looking for this feature. Thank you :)

@Blackbaud-DustinLunsford
Copy link

Blackbaud-DustinLunsford commented Jul 17, 2017

It's not the cleanest way of supporting multiple monitors/windows, however you can do the following:

  • File > New Window

  • Now drag a tab in your already existing Visual Studio Code window into the new window you just opened.

I agree that it would be really nice to just be able to drag an existing tab to a second monitor but this is at least a pretty painless workaround until they support dragging tabs to another monitor.

@LoveDuckie
Copy link

Adding my request for this feature as well. Nice to see others wanting the same.

I love this IDE, otherwise. 😄

All the best.

@pantonis
Copy link

pantonis commented Jul 31, 2017

Highly needed functionality.
Thanks

@tobiasgraeber
Copy link

+1

(BTW.: The Backlog-Link (https://github.com/Microsoft/vscode/milestone/8) here in the right panel does not work?)

Any plans when this will be added to a release-circle? Thanks!

@rigareau
Copy link

rigareau commented Nov 7, 2018

Just my 2 cents
"Ctrl + K then O"
is bound to "Open Active File in New Window"

@Dectom
Copy link

Dectom commented Nov 8, 2018

Just my 2 cents
"Ctrl + K then O"
is bound to "Open Active File in New Window"

Like others have said, opening in a new window isn't what were asking for or wanting.

We are looking for the ability to pop out a window and move it where we want, basically like premire pro does with the different pallets sort of thing,

@rigareau
Copy link

rigareau commented Nov 8, 2018

Just my 2 cents
"Ctrl + K then O"
is bound to "Open Active File in New Window"

Like others have said, opening in a new window isn't what were asking for or wanting.

We are looking for the ability to pop out a window and move it where we want, basically like premire pro does with the different pallets sort of thing,

I totally agree with you. I was just trying to help with a temporary workaround that I use while waiting for this feature.

@Davidhanson90
Copy link

I just want to voice my opinion on this. I think about great deal of developers have more than one monitor and using them effectively is a big win for productivity.

I'm not sure why this feature never gets progressed as it has massive support and given code is electron app it's perfectly doable and degradable if you ever ran outside of electron.

In a word please support MDI in vscode.

@dyardyGIT
Copy link

Until VS Code has multiple display support I do not see moving to this editor as my default. I recently, started using JetBrains tools as an alternative. I have been watching this issue for year + and still no movement on this. I am not sure why the delay?

@BergQuester
Copy link

Xcode allows for multiple windows for a project. Even more, the windows are all equal, fully functional windows, meaning you can open a second window and close the original project window and you still have a full project window.

This approach means multiple monitors are easily supported. It also means I don't have to babysit the window management as much as I don't have to remember which is the "real" project window.

This approach would be greatly appreciated in VS Code.

@martin-braun
Copy link

Xcode allows for multiple windows for a project. Even more, the windows are all equal, fully functional windows, meaning you can open a second window and close the original project window and you still have a full project window.

How? When I try to open the same workspace in Mac OSX it always just focuses the already open window.

Since VSCode is written with Electron "floating windows" is kinda hard to accomplish, but allowing to open the project twice would help a lot, but this doesn't seem to work either. Any help is appreciated.

@cybik
Copy link

cybik commented Nov 30, 2018

Coming in and stating my own experience: I've successfully used VScode in the past to compile and debug a game engine project I contribute to, but since I can't do detached windows with VScode, i'm unfortunately sticking with CLion, which is slowly but surely taking on Visual Studio at large.

Like others who mentioned it in this thread, multi-monitor coding kinda requires detachables.

@BergQuester
Copy link

BergQuester commented Nov 30, 2018

Xcode allows for multiple windows for a project. Even more, the windows are all equal, fully functional windows, meaning you can open a second window and close the original project window and you still have a full project window.

How? When I try to open the same workspace in Mac OSX it always just focuses the already open window.

Since VSCode is written with Electron "floating windows" is kinda hard to accomplish, but allowing to open the project twice would help a lot, but this doesn't seem to work either. Any help is appreciated.

You can do this in Xcode by either tearing a tab off or using File-> New Window. All windows where you can navigate your project or edit code are equal. There's no such thing as a "main" window in Xcode. See the attached gif below.

ezgif-2-60fb155c826a

@avkonst
Copy link

avkonst commented Dec 3, 2018

2 years since it was requested. Any estimates when VS code could be capable to do this?

@Nyconing
Copy link

Nyconing commented Dec 3, 2018

This is an OSS. You can help and contribute your skills to VSCode. If you really want VSCode featured in multiple windows, why not try to fork and make it possible by yourself?

@avkonst
Copy link

avkonst commented Dec 3, 2018

I know that it is OSS. That is why I did not have any expectations about it. I only asked if there are any estimates from people looking after this repo. 'No estimates' is also an answer. Thanks

@markwhitfeld
Copy link

Request: Please close this issue for comments.
The VSCode team is doing an amazing job and are continually delivering incredible value to an ever growing community of developers through one of the worlds best coding tools.
While I express as much enthusiasm as anyone here about the prospect of multi-window, I am happy to wait as long as it takes. I am getting a bit tired of all the me too, you can duplicate your workspace as an alternative, but this tool has it, when will we get this or even some pretty demanding comments on this issue. I wait eagerly with every comment on this issue to hear a relevant update only to see more of the aforementioned comments. Finding a relevant comment from a team member is difficult given the 363 comments above.

I'm sure this issue is on the team's radar (it is the number one requested feature).
@bpasero has given his latest feedback in this comment above: #10121 (comment)
This requires a bit of rearchitecting the internals of vscode, so let's be patient (or contribute).
That status update is enough for me. They will get back to us when there is a further update.
Please 👍 the issue to show your support.

@microsoft microsoft locked and limited conversation to collaborators Dec 3, 2018
@bpasero bpasero added this to the Backlog milestone Oct 24, 2019
@bpasero bpasero modified the milestones: Backlog, On Deck Oct 18, 2023
@bpasero bpasero added the workbench-auxwindow Issues related to use of auxiliary ("floating") windows. label Oct 18, 2023
@bpasero
Copy link
Member

bpasero commented Nov 2, 2023

👋 we are happy and excited to announce a preview of moving editors into floating windows. Refer to https://code.visualstudio.com/updates/v1_84#_floating-editor-windows for more information.

Recording 2023-11-02 at 09 55 44

People that are interested in trying out this feature and provide feedback please:

  • install VS Code Insiders
  • use the new action View: Move Editor into New Detached Window on an editor

Please refer to workbench-auxwindow Issues related to use of auxiliary ("floating") windows. for existing issues and their status.

Our plan is to ship an experimental version of this feature to the next stable version.

Thanks for being patient and trying this out!

@bpasero
Copy link
Member

bpasero commented Dec 1, 2023

👋 , as we are nearing completion of our upcoming new release, expect a first functional version of floating editor windows in VS Code stable 1.85.x.

You can give floating windows a try already today, using VS Code insiders: https://code.visualstudio.com/insiders/. There are a few ways how to detach an editor:

  • drag the editor tab out of the window
  • use the new commands to move/copy to new window

Recording 2023-12-01 at 15 29 24

image

We would like to ask everyone to try it out and provide feedback. Make sure to find existing issues before filing new ones: workbench-auxwindow Issues related to use of auxiliary ("floating") windows.

Specifically #193267 for supporting views and panels in floating windows.

Happy Coding 🙏

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality layout General VS Code workbench layout issues on-testplan workbench-auxwindow Issues related to use of auxiliary ("floating") windows.
Projects
None yet
Development

No branches or pull requests