WebStorm 2018.2.2 is now available!
You can install this update by using Toolbox App or the IDE, or by downloading WebStorm 2018.2 from our website.
React Native improvements
There's now code completion for properties in the standard React Native components:
Add all missing TypeScript imports in the current file
Now, if there is more than one missing unambiguous imports in your file, you can press Alt-Shift-Enter to add them all at once. Look for the blue import popup.
If you have the auto import popup disabled, you can press Alt-Enter and then select the Add all unambiguous