vscode hotkey to see info on code code example
Example 1: quick fix shortcut vscode
On Windows, use the Ctrl + . keys. Then just select the Quick Fix suggestion that you want to apply to your code
Example 2: vs code open file shortcut
To open a file:
1. press ctrl + p
2. enter filename
3. To go to line append ":10"
4. To go to function append "@foo"