Search code examples
react-nativeideintellisensecode-completioncode-editor

React Native code editor / IDE with intellisense/code-completion


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?


Solution

  • 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

    1. Install Atom from here

    2. Open Atom and go to preferences.

    3. Click on Packages

    4. Type in Nuclide and click install

    For more information on setting up Nuclide with Atom take a look at the setup pages here.