D
D
Drovosek012019-05-27 04:59:05
typescript
Drovosek01, 2019-05-27 04:59:05

Is there a hotkey in VSCode to display function help?

Hello.
I am writing code in typescript and when you hover over a function, a tooltip appears either simply with the arguments, their type and return type, or a description of the function / method is added to this below.
Are there actually hotkeys so that by placing the cursor inside the name of a certain built-in method / function and pressing the hotkey combination, I can see this help for the method / function (maybe there is an opportunity to assign a keyboard shortcut to this event)?
PS
F1 does not help - it causes a search through the entire functionality of the editor.
PPS
I know about displaying very brief help on Ctrl+Space, but it is very brief and without highlighting:
Here is what is displayed when I press Ctrl+Space
5cebb9f93a669686201233.png
And here is what is displayed when I hover the cursor (I want to somehow hang hotkeys on this)
5cebba3992f69106259288.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexey Stupenkov, 2019-05-27
@Drovosek01

Then CTRL + K followed by CTRL + I (this is i)
In keyboards shortcuts it is called Show hover, you can rebind

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question