I am trying to find the suggestion in icon names when using the Ionicons in React Native.
If I ask about suggestion, WebStorm shows "No Suggestions" like this.
But If I mis-type the icon name, WebStorm shows the error that the name is wrong, and shows the possible correct names like this.
This clearly shows that WebStorm knows what should be the value of the name prop, but does not suggest it.
How do I enable this name suggestion in WebStorm?I am unable to find the option to enable it.Any help would be appreciated.
Thank You.