About 247,000 results
Open links in new tab
  1. How do I open multiple instances of Visual Studio Code?

    Nov 26, 2016 · Ctrl + Shift + N will open a new window, while Ctrl + K then releases the keys, and pressing O would open the current tab in a new window. You can then use menu File → Open Folder …

  2. Visual Studio Code open tab in new window on another screen (floating)

    Dec 1, 2023 · I am trying to open a tab in a new window in Visual Studio Code so I can move it to another screen. If I drag the tab the other screen, a file is created. Is there a shortcut to open a tab in …

  3. Open two instances of Notepad++ - Stack Overflow

    Jun 10, 2015 · When you open the second file, whilst it opens as a second tab you can just grab the tab and drag it out of Notepad++ to open it in a second session. Sort of like how Firefox, Chrome and IE …

  4. Open two instances of a file in a single Visual Studio session

    Apr 8, 2009 · 24 How to open two instances of the same file side by side in Visual Studio 2019: Open the file. Click Window → New Window. A new window should be open with the same file. Click on …

  5. Open the same directory twice - Stack Overflow

    Apr 7, 2018 · In a window of the project you want to duplicate, open the command panel (Command + Shift + P in Mac or Ctrl + Shift + P in Ubuntu), then type dupl (and select Workspaces: Duplicate As …

  6. python - Open a second window in PyQt - Stack Overflow

    Dec 7, 2010 · I'm trying to use pyqt to show a custom QDialog window when a button on a QMainWindow is clicked. I keep getting the following error: $ python main.py DEBUG: Launch edit …

  7. How to effectively work with multiple files in Vim - Stack Overflow

    Sep 10, 2008 · You can also use :split and :vertical split (:sp and :vs) Ctrl-W w to switch between open windows, and Ctrl-W h (or j or k or l) to navigate through open windows. Ctrl-W c to close the current …

  8. How to open second window from main dialog window with pyqt5 and …

    May 19, 2020 · How to open second window from main dialog window with pyqt5 and qt designer Asked 5 years, 5 months ago Modified 5 years, 5 months ago Viewed 2k times

  9. How do I open a second window from the first window in WPF?

    Jun 21, 2012 · 6 In WPF we have a couple of options by using the Show () and ShowDialog () methods. Well, if you want to close the opened window when a new window gets open then you can use the …

  10. How do I open a new window (shell) from command line in Linux?

    I'd like to write a shell script to automate the process so that I could just open one window, type "sh whatever.sh" and be off and running, without physically opening the new windows and logging in …