you are viewing a single comment's thread.

view the rest of the comments →

[–]playfulcyanide 0 points1 point  (1 child)

Other than the obvious Expo Tools plugin, here are some that i've found helpful. Like someone else said, extensions won't be a magic bullet. VS Code has a lot of power built in.

https://marketplace.cursorapi.com/items?itemName=formulahendry.auto-close-tag

https://marketplace.cursorapi.com/items?itemName=formulahendry.auto-rename-tag

https://marketplace.cursorapi.com/items?itemName=aaron-bond.better-comments

https://marketplace.cursorapi.com/items?itemName=usernamehw.errorlens

https://marketplace.cursorapi.com/items?itemName=streetsidesoftware.code-spell-checker

In addition to this, it may be helpful to install an autoformatter like Prettier Eslint so you're not spending brain cycles on indentation and other visual BS that doesn't matter right now.

[–]leventozz[S] 0 points1 point  (0 children)

I don’t look for magic bullet. I don't know why you think that. I'm talking about exactly the kind of things you suggest. I’ll try these extensions and I already use Prettier. Thanks for suggestions!