How to egghead

VSCode Extensions

VS Code Extensions

Extensions enable VSCode to be more helpful, providing more visual feedback or shortcuts that prevent you from having to type more than necissary.

You can install these extensions by running the provided scripts from your terminal.

Markdown All in One

Markdown All in One provides you with shortcuts and a preview of your markdown.

Install script: code —-install-extension yzhang.markdown-all-in-one

ESLint

ESLint warns you if you are breaking any rules inside your editor, letting you know if you've made a mistake early.

Install script: code —-install-extension dbaeumer.vscode-eslint

Prettier

Prettier formats your code when you save a file, ensuring that all outputted code conforms to a consistent style.

Install script: code —-install-extension esbenp.prettier-vscode

Quokka.js

Quokka.js is a rapid prototyping playground for JavaScript and TypeScript. It runs your code immediately as you type and displays various execution results in your code editor.

Install script: code —-install-extension wallabyjs.quokka-vscode

Github Pull Requests

This lets you view and create pull requests inside the editor!

Install script: code —-install-extension github.vscode-pull-request-github