coryhouse / reactjsconsulting

React Related Resources
http://www.reactjsconsulting.com
378 stars 37 forks source link

VS Code Extensions and Browser plugins #155

Open coryhouse opened 1 year ago

coryhouse commented 1 year ago

Browser plugins

https://www.locatorjs.com/ React dev tools

VS Code extensions

Sapling ESLint GitHub Copilot Playwright Test for VSCode Prettier Tailwind CSS intellisense Version Lens Vitest

My typical extensions.json:

{
  "recommendations": ["yoavbls.pretty-ts-errors", "dbaeumer.vscode-eslint", "esbenp.prettier-vscode", "streetsidesoftware.code-spell-checker", "GitHub.vscode-pull-request-github", "ms-playwright.playwright", "pflannery.vscode-versionlens", "ZixuanChen.vitest-explorer"]
}

PR template

Configure VSCode to prompt developers to install the following recommended extensions. Of course, I imagine your dev team has other extensions they enjoy, but this is a good start.