vscode-react-extensions
v1.0.0
Published
Install useful VSCode extensions for React development
Downloads
2
Readme
VSCode React Extensions Installer
This npm package automatically installs useful VSCode extensions for React development.
Included Extensions
Here is the list of extensions that will be installed by this package:
- ESLint (
dbaeumer.vscode-eslint
) - Linting for JavaScript and TypeScript. - Prettier - Code formatter (
esbenp.prettier-vscode
) - Code formatting. - ES7+ React/Redux/React-Native snippets (
dsznajder.es7-react-js-snippets
) - Snippets for React, Redux, and React Native. - Material Icon Theme (
pkief.material-icon-theme
) - Icon theme for VSCode. - Bracket Pair Colorizer 2 (
coenraads.bracket-pair-colorizer-2
) - Bracket pair coloring. - Path Intellisense (
christian-kohler.path-intellisense
) - Auto-completion for file paths. - JavaScript (ES6) code snippets (
xabikos.javascriptsnippets
) - Snippets for JavaScript ES6. - GitLens — Git supercharged (
eamodio.gitlens
) - Git enhancements for VSCode. - Visual Studio IntelliCode (
visualstudioexptteam.vscodeintellicode
) - AI-assisted development.
Installation
To install and use this package, follow these steps:
Install the package
Run the following command to install the package:
npx vscode-react-extensions install-extensions
Run the script
The script will automatically install all the listed extensions.
Contribution
Contributions are welcome! If you have suggestions for improving this project, feel free to open an issue or submit a pull request.
License
This project is licensed under the MIT License - see the LICENSE file for details.