albertstill / typescript-ide-workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Brown bag session - TypeScript tricks in Visual Studio Code

An iffy repo that will be improved via VSCode TypeScript features https://code.visualstudio.com/docs/languages/typescript.

To demo

  • go to definition
  • finding references
  • call hierarchy
  • go to symbols
  • rename times to multiply
  • refactor to another file
  • refactor to destructured object
  • highlighting code then ⌘.
  • const mess around in addAndMultiply
  • auto import
  • convert to async function

About


Languages

Language:TypeScript 93.6%Language:JavaScript 6.4%