Xcode - open a file selection through open quick window in a new tab - xcode8

Is there a way for me to open the file that I selected through open quick window (command + shift + o) in a new tab ? Currently when I select a file it opens up in the current tab. Is there a way for me to open it up in a new tab ?

Related

Can I open a file in a new split screen tab with a keyboard shortcut in IntelliJ?

In VS Code I can press command + P to search for files and then when I find the one I'm looking for I can press Command + Shift + Enter to open the file in a new tab that adds a split pane to the window.
I can browse in a similar way in IntelliJ pressing Shift twice, but I can't figure out how to open the file in a tab in a split pane, just in a new tab in the same pane on pressing Enter. Is there a way to do it?
On the tab line, where all of your files are tabbed and opened, you can right click and see the option Split Vertically and Split Horizontally. They will split your window as needed. You can bind these options to a macro and automatically have anything split in a second.
Then you can just open any file with your explorer, and then run your key combination to split it!
Edit: you can create key mapping from the Settings -> Keymap menu.
Mr. Robot
I think, it's too late to answer this question.
But anyways, there is already a predefined keymap binding as per your requirement to open a new file in a split window.
keymap is Shift + Enter
After searching any file, you just have to press this combination and it will open that new file in a split window.
*This keymap is for Mac, it may be different for other OS.

Vscode: How can I config "open new tab (editor)" keyboard shortcut?

I am looking for a shortcut to open a untitled blank tab (editor) in Vscode (version 1.28.1) instead of moving the mouse and double-click the upper bound of Vscode.
You can open a new tab by creating a new file ("Command + n" on Mac, "Ctrl + n" on windows). The file won't be saved to disk until you do it manually.
You can get a list of main default short-cuts at Help/ Keyboard Shortcut Reference.
Additionally, you can find the command at View/ Command Palette. Type e.g. new and you'll see the File: New Untitle File command together with current short-cut.

Visual Studio 2017 open tab in new Window

How does one open a current tab as a new window while using a shortcut in Visual Studio(2017)?
I know an open tab can be dragged out of the IDE and be kept as it's own window, but a shortcut for this action could be quite handy.
You can assign a keyboard shortcut to the Window.Float command to open a current tab as a new window.
You can use ctrl+Tab...It wil show all the tabs you opened ..From this you can select .

Is it possible to view one file in a new window in intellij-idea?

What I actually want to do is to view different files in a some project on different screens.
If they are in different windows, I can easily drag one window to another screen.
It's fine if there are other ways can do this. I'm using windows7.
You can drag the editor tab to another screen and it will open in a separate window. See the Detaching Editor Tabs help section for details.
Shift+F4 does the same:
The shortcut can be changed here:
You have to add a new keyboard shortcut in your keymap.
The action is called Open In New Editor Window
Then when searching for a class using Ctrl + n (go to Class...) or Ctrl + e (recent files)
instead of opening the Class in the same window by pressing Enter
you can open it in a new window using your own keyboard shortcut (Shift + Enter in my case).
Right-click on tab.
Select Move Tab to New Window option.

Shortcut to find where opened tab / file is placed in project structure view in IntelliJ

In IntelliJ Idea 13 I have opened tab with file i.e. file.js - how I can quickly navigate to this file location in Project structure view?
I can use Copy Path but then I must paste it somewhere and the same with Open in explorer option.
I want to do this quickly in IDE.
Alt + F1, 1
or
Alt + F1, Enter