Skip to content

Instantly share code, notes, and snippets.

@daveydee33
Last active December 17, 2019 02:10
Show Gist options
  • Save daveydee33/037e3ab0dd22177ce3be01756e076d38 to your computer and use it in GitHub Desktop.
Save daveydee33/037e3ab0dd22177ce3be01756e076d38 to your computer and use it in GitHub Desktop.
Some VSCode shortcuts and notes
  • ctrl+j to open/close/focus on the integrated terminal.
    This is good to quickly switch cursor from the text editor to the terminal without using the mouse

  • use “clo” instead of “clg”. This comes from one of my snippets extensions

  • anfn or nfn to create arrow functions This comes from a snippets extension

https://marketplace.visualstudio.com/items?itemName=xabikos.JavaScriptSnippets

Some helpful VSCode setttings I configure

  • highlight modified files (unsaved files)

VSCode Extensions

  • Import Cost - this will show how much weight (kb) a module will add with the import statement
  • Peacock - for window colors, especially helpful to set different colors for different projects, multiple windows, etc.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment