Christoffer
Christoffer

Reputation: 7787

Code assistance in PhpStorm for React Native

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:

enter image description 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'.

enter image description here

And if I just add quotes, then a list of all available property values. Just like when you type html.

enter image description here

Is this at all possible for PhpStorm with React Native?

Upvotes: 1

Views: 97

Answers (1)

lena
lena

Reputation: 93868

Not currently supported. Please vote for WEB-38735 and linked tickets to be notified on any progress with this feature

Upvotes: 2

Related Questions