⚠️ 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 filecommand+shift+f: Grep search.command+\: Split editor/terminalcommand+shift++/-: Change fontsizecommand+click on a function: go to the definitioncommand+w: close a tabshift+command+[: Prev tabshift+command+]:Next Tabcommand+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