command palette vscode code example
Example 1: command palette vscode
On windows: Use Ctrl+Shift+P to open the commmand palette
Example 2: vscode show commands entered
// VSCode on Mac while on terminal
Ctrl + R
// Then type-in your search criteria and hit the up arrow key to select
// or hit enter to execute the code
Example 3: new file shortcut vscode
ctrl + n // Windows/Linux
cmd + n // MacOS
//Or use a great extension: File Utils