VS Code Extensions for React Native
3 min readJun 13, 2022
I will share my VScode extensions and also to help me if i doing work with react native. I hope this extensions will help you code faster, cleaner and easier when develop react native.
I will add or remove the list, if something i am not use the extension again, or find better extension
- ES7+ React/Redux/React-Native snippets
JavaScript and React/Redux snippets in ES7+ with Babel plugin features,
this will help you code faster. - ESLint
ESLint statically analyze your code to find problems and will inform you by red color. - Bracket Pair Colorize
This extension allows matching brackets to be identified with colours. The user can define which tokens to match, and which colours to use.
- Path Intellisense
This extension will help you to autocompletes filenames.
- Prettier — Code Formatter
Prettier is an opinionated code formatter. It enforces a consistent style by parsing your code and re-printing it with its own rules that take the maximum line length into account, wrapping code when necessary. - Auto Close Tag
This extension will help you to automatically add HTML/XML close tag.
- Auto Rename Tag
This have similliar like auto close tag, but this extension will help you to rename tag automatically in open and close tag.
- Color Highlight
This extension styles css/web colors found in your document. - SVG Viewer
This extensions will help you to viewing an SVG file from explorer context menu
- GitLens
GitLens supercharges Git inside VS Code and unlocks untapped knowledge within each repository. It helps you to visualize code authorship at a glance via Git blame annotations and CodeLens, seamlessly navigate and explore Git repositories, gain valuable insights via rich visualizations and powerful comparison commands, and so much more.
If you have any suggestion or want to add some extention please write down in comment :3