Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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!