When I write code inside Vscode in a HTML, CSS or JavaScript file, Vscode intelisense opens a popup and there is a link to MDN reference. How can I open this link with a keyboard shortcut?

When I write code inside Vscode in a HTML, CSS or JavaScript file, Vscode intelisense opens a popup and there is a link to MDN reference. How can I open this link with a keyboard shortcut?

Press
Ctrl + Shift + Pto see all the commands. Search forShow Definition Preview Hover, pressEnterto focus this hover, then pressTabto focus the link and finally pressEnterto open this link.