Recommended VSCode Extensions
Hi there,
Apart from the typical ones like prisma for intellisense/autocomplete if you use prisma, what extensions/profiles/configs do you use to improve your QoL when making a webapp using ct3?
My primary concerns right now are:
- linting/formatting
- autocomplete/ intellisense
- typescript qol
- improving ts/nextjs dev servers
Any recommendations will help!
2 Replies
Prettier and eslint, eslint can help by warning some common mistakes like react exhaustive deps.
what is wrong with your dev servers, there shouldnt be the need of any extensions for that.
Tailwind CSS IntelliSense is nice if you use it.
Colorize for colors on code.
pretty ts errors is nice for qol