How to open this "console" to install a package in VS Code? - visual-studio-code

look at this Video, at 3:24 he uses a hotkey to open a "console". How can I do this on Windows?
https://youtu.be/s04iBjIFTRg?t=204
Thanks in advance!

You can do as,
ctrl + shift + p

Related

Shortcut - VS Code on MAC

What's the shortcut for running code file in VScode? I cannot remember for the life of me
I tried Ctrl + shift + N and nothing happens
I figured it out. I had to re-install code runner and then the keyboard shortcut was 'ctrl, alt, N'

Snipping tool in popos using jupyter notebook in vscode

I use Popos and I usually get any portion of my screen to the clipboard using ctrl + shift + s on other applications but not on vscode. Anyone knows how to do this?

How to go back from the native notebook experience in vscode Jupyter

So today my ipynb files were now opening in the native notebook experience and I want to revert back to as it was before. I tried installing previous versions of the jupyter extension but it's still opening my ipynb files in the native experience only. Any idea how I can accomplish that?
open your settings JSON (press F1 or Windows: Ctrl + Shift + P, Mac: Command + Shift + P)
add the following to your JSON settings:
"jupyter.experiments.optOutFrom": ["NativeNotebookEditor"],
restart vscode and check if you have the old version back.

Eclipse Duplicate line keyboard shortcut on MAC

This topic is related to Eclipse copy/paste entire line keyboard shortcut
But I couldn't find a short-cut since I'm using Mac computer.
Try this:
ALT + COMMAND + DOWN
it works.
As you said in your question the shortcut on MacOS is:
ALT + COMMAND + DOWN
OR
ALT + COMMAND + UP
Also you can check all the shortcuts in the preferences using COMMAND + , and go to the General > Keys section.
On my MAC I use [OPTION] + [COMMAND] + [DOWN ARROW].
This works with both Eclipse and IntelliJ with the Eclipse keymap setting.

Switch between opened files in MonoDevelop Unity

How can I switch between opened files in MonoDevelop opened from Unity. ALT-TAB doesn't work. Any ideas? Thanks.
ctrl + tab should do the trick
for Mac: Option + Command + LeftArrow and Option + Command + RightArrow
don't know if it has been fixed yet, but there has been problems with this keybind before (in 2.4 on windows)
As of MonoDevelop 4.0, ctrl + tab works in both Windows and Mac environments.