Dev note

🏅 Fake API

🏅 Chrome extensions

🏅 VS Code

  • If auto fix(cmd/ctrl + .) does not suggest missing import, add this to settings.json file.

    1
    2
    // settings.json of VS Code
    "typescript.suggest.autoImports": true