Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a "quick documentation" shortcut for VS code? [duplicate]

In some IDEs, Intellij IDEA for example, pressing control + j will display the docstring like this question. How do I get similar functionality for VS code?

like image 707
Fermat's Little Student Avatar asked Jan 26 '18 02:01

Fermat's Little Student


People also ask

What is Ctrl K in VS Code?

To launch the Define Keybinding widget, press Ctrl+K Ctrl+K. The widget listens for key presses and renders the serialized JSON representation in the text box and below it, the keys that VS Code has detected under your current keyboard layout.

How do you duplicate in vs studio?

Download this and alt + D will duplicate your selection or if nothing is highlighted it will duplicate the entire line.

What is Ctrl Shift P in VS Code?

You can define a keyboard shortcut for any task. From the Command Palette (Ctrl+Shift+P), select Preferences: Open Keyboard Shortcuts File, bind the desired shortcut to the workbench.


1 Answers

The best I've found is cmd + shift + space for mac

like image 153
feupeu Avatar answered Sep 21 '22 21:09

feupeu