React Intellisense Auto Code Complete not working
Good day Guys ! I am using phpstorm V 2017.1.1.
I just create React App but its auto code complete is not working . Intellisense is also not working
I also enable Nodejs plugin but still bad luck
Any guide what should I do?
Please sign in to leave a comment.
Please can you elaborate on this? What do you mean saying that it's not working? Are react node_modules included in project? What is your react version?
See also https://blog.jetbrains.com/webstorm/2015/10/working-with-reactjs-in-webstorm-coding-assistance/ for some hints
I mean Intellisense are not showing whenever I code. All react modules are present in the project.
My react version is v16.2.0
>I mean Intellisense are not showing whenever I code
Please elaborate on this. Is completion shown when hitting Ctrl+Space? If not, please provide code snippets where it doesn't work for you
Note that some React standard methods/modules will appear as not resolved when using React 16.x in 2017.1 (as the way they are defined has changed in 16.x). https://youtrack.jetbrains.com/issue/WEB-29688 is fixed in 2017.3
My Problem is resolved now
Thank you for your help