React Native code editor/IDE with intellisense/code-completion?
I have heard of WebStorm but it is not free. Anyone using one that is free and you would recommend it?
Problem
You would like code completion for developing React Native
applications.
Solution
Facebook has a Atom
plugin called Nuclide
which comes with code completion. You can install this plugin to a fresh install of Atom and have code completion.
Steps
Install Atom from here
Open Atom and go to preferences.
Click on Packages
Type in Nuclide and click install
For more information on setting up Nuclide with Atom take a look at the setup pages here.