Is there a keyboard shortcut to trigger the information tooltip that is typically shown when hovering over items in VS Code with the mouse?
Example hover tooltip:
You could use Ctrl + Shift + M to show all the errors:
and then use Ctrl + . to show the list of the Quick Fixes.