Search code examples
visual-studio-codekeyboard-shortcuts

How do I open the MDN Reference link using keyboard shortcuts in Vscode?


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?

you can see that link in this pic


Solution

  • Press Ctrl + Shift + P to see all the commands. Search for Show Definition Preview Hover, press Enter to focus this hover, then press Tab to focus the link and finally press Enter to open this link.