Posted on: Written by: K-Sato
⚠️ This article was posted over a year go. The information might be outdated. ⚠️

Table of Contents

Short cut keys

  • command + shift + p : Look up shortcut keys.
  • command + p: Look up a specific file
  • command + shift + f : Grep search.
  • command + \: Split editor/terminal
  • command + shift + +/-: Change fontsize
  • command + click on a function : go to the definition
  • command + w: close a tab
  • shift + command + [: Prev tab
  • shift + command + ]:Next Tab
  • command + n: Create a new unnamed file.
  • control + w : Switch windonws.
  • command + control + -> : Focus on the next pane.

Debug on Chrome

command + p on Devtool: Debug!!!

React Snippets

Here is one I will always use.

  • rsc: stateless component skeleton

You can check out the rest here

Resources

Useful VS Code keyboard shortcuts | Zell Liew

About the author

I am a web-developer based somewhere on earth. I primarily code in TypeScript, Go and Ruby at work. React, RoR and Gin are my go-to Frameworks.