Reputation: 7787
I'm trying to get some code assistance going for React Native in PhpStorm.
It's working really well out of the box for all properties etc. But I would like to have code assistance help me also with the values of properties. I have added @types/node, @types/react, @types/react-dom and @types/react-native
in Settings>Languages & Frameworks>JavaScript>Libraries. But still nothing.
It works good here:
But then I would also like it to assist me with the values for that property. Like in this example, it should give me 'center'.
And if I just add quotes, then a list of all available property values. Just like when you type html.
Is this at all possible for PhpStorm with React Native?
Upvotes: 1
Views: 97