How to Add Custom Shortcuts and Code Snippets to VS Code
Too Long; Didn't Read
On Linux, go to: File - Preferences - KeyboardShortcuts - Open Keyboard Shortcuts JSON (top-right icon) Add custom key bindings like this: `Ctrl+D` to duplicate line / selection. `Credo+Shift+L` to insert a `console.log` with the clipboard's content. To use the snippets, open a `tsx` file and type react or rcp - you'll see the snippets' names in the auto-complete pop-up.