Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kelset/rn-full-pack
An opinionated & well-rounded set of extensions to be up-and-running right away with React Native Install
https://github.com/kelset/rn-full-pack
react-native vscode vscode-extension
Last synced: about 11 hours ago
JSON representation
An opinionated & well-rounded set of extensions to be up-and-running right away with React Native Install
- Host: GitHub
- URL: https://github.com/kelset/rn-full-pack
- Owner: kelset
- License: mit
- Created: 2018-01-03T12:39:55.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-10-17T11:47:42.000Z (about 2 years ago)
- Last Synced: 2023-03-05T01:23:43.901Z (over 1 year ago)
- Topics: react-native, vscode, vscode-extension
- Homepage: https://marketplace.visualstudio.com/items?itemName=kelset.rn-full-pack#overview
- Size: 38.1 KB
- Stars: 28
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# React Native - Full Pack
![Contributions Welcome](https://img.shields.io/badge/contributions-welcome-brightgreen)
This is pack contains all the extensions I use to develop React Native applications with VSCode, which I described in length on my [article on Medium](https://medium.com/react-native-training/vscode-for-react-native-526ec4a368ce). _(note well: quite some time has passed since then, so the list might have changed)_
## List of extensions includes
- [React Native Tools](https://marketplace.visualstudio.com/items?itemName=vsmobile.vscode-react-native)
- [Babel JavaScript](https://marketplace.visualstudio.com/items?itemName=mgmcdermott.vscode-language-babel)
- [Flow Language Support](https://marketplace.visualstudio.com/items?itemName=flowtype.flow-for-vscode)
- [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint)
- [Prettier - Code formatter](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)
- [Color Highlight](https://marketplace.visualstudio.com/items?itemName=naumovs.color-highlight)
- [Git Blame](https://marketplace.visualstudio.com/items?itemName=waderyan.gitblame)
- [SVG Viewer](https://marketplace.visualstudio.com/items?itemName=cssho.vscode-svgviewer)
- [TODO Highlight](https://marketplace.visualstudio.com/items?itemName=wayou.vscode-todo-highlight)
- [change-case](https://marketplace.visualstudio.com/items?itemName=wmaurer.change-case)
- [Code Spell Checker](https://marketplace.visualstudio.com/items?itemName=streetsidesoftware.code-spell-checker)
- [Search node_modules](https://marketplace.visualstudio.com/items?itemName=jasonnutter.search-node-modules)
- [markdownlint](https://marketplace.visualstudio.com/items?itemName=DavidAnson.vscode-markdownlint)
- [Markdown All in One](https://marketplace.visualstudio.com/items?itemName=yzhang.markdown-all-in-one)
- [Kotlin Language](https://marketplace.visualstudio.com/items?itemName=mathiasfrohlich.Kotlin)
- [Polacode](https://marketplace.visualstudio.com/items?itemName=pnp.polacode)## Contributing
Contributions are welcome, but you need to justify why you'd want to add or remove an extension from this pack in the PR body :) Please be as detailed as possible in explaining your reasoning.
I'll handle the [publishing step](https://code.visualstudio.com/api/working-with-extensions/publishing-extension).
Which should consist of:
- `vsce login kelset`
- `npm version `
- `vsce publish`## Happy coding!