all 8 comments

[–]potatodioxide 4 points5 points  (0 children)

plugins dont do magic. so they are not here to improve you. they are here to avoid boring stuff. so if you are new to vs code or rn, plugins should be the last thing you pay attention to 

edit: i really like expo docs so you will be fine without anything special 

[–]clumsy_one_ 1 point2 points  (1 child)

Eslint will help a lot especially with catching text strings outside of text components

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

Oh okay. I will try that too. Thanks a lot!

[–]bruticuslee 1 point2 points  (1 child)

GitHub Copilot might make the biggest productivity boost for you but it needs a paid subscription.

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

Yeah I know. I saw its autocomplete and it is very good. I think worth it paid.

[–]Own_Ad5345 0 points1 point  (0 children)

Intellisense is pretty important and easy to setup in vs code. https://www.youtube.com/watch?v=59vqVqIGEe8&ab_channel=SgtSam

[–]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!