List of VS Code plugins for React Native Development

Dushyant Bansal
1 min readApr 4, 2019

Prettier

Install this plugin and you won’t ever have to worry about formatting issues. You might have experienced formatting inconsistencies, merge conflicts and non-intentional code changes while working in a team. Sharing a common config file for prettier across your team helps mitigate all those issues.

Vim

If you like to take all your vim bindings to your IDE, this vim plugin just works.

GitLens — Git supercharged

This is a really helpful git plugin when you are working on a changing codebase with multiple collaborators. The best thing about this plugin is it doesn’t get in your way, it’s just there to help you.

--

--