What is the keyboard shortcut in Visual Studio Code to pop up the Quick Fix menu?
On the Mac, use the Command + . keys to pop up a menu of Quick Fix suggestions. On Windows, use the Ctrl + . keys. Then just select the Quick Fix suggestion that you want to apply to your code. Example on the Mac: