Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.46 KB

File metadata and controls

36 lines (23 loc) · 1.46 KB

🛠 VS Code settings

I have written a series of articles on how to configure VS Code to write better TypeScript.I also publish my dotfiles (aka configuration files) so you can use them as a starting point.

⚙️ Settings

🧩 Extensions

👩🏼‍⚖️ EsLint rules

⌨ TOP 10 VS Code Shortcuts

  • F1 :command list
  • CTRL+P : file
  • CTRL+T : search code
  • CTRL+K CTRL+Z : code comment
  • CTRL+K CTRL+U : uncomment code
  • F12 : go to definition
  • CTRL+Ñ : show hide terminal
  • CTRL+B: show hide navigation bar
  • CTRL+K S : save al files
  • ALT+up|dawn : move line