Sunday, 26 May 2019

IntelliSense not working in React Native stylesheet after first item

I am using VSCode (1.34.0) + Flow (Flow Language Support: 1.1.1, Flow Language Client: 0.2.1) (switched to Typescript but still having the same error) Typescript 3.4.5 on my React Native project.

When I start typing a style property, it completes the first property with no problem, then when I start typing the second style property, it doesn't complete:

quick demo

What am I doing wrong?

UPDATE: My (relevant) enabled extensions are:

  • Babel JavaScript 0.0.22,
  • Flow Language Support: 1.1.1,
  • Flow Language Client: 0.2.1,
  • npm Intellisense 1.3.0,
  • Prettier - Code formatter 1.8.1,
  • React Native Tools 0.9.3.


from IntelliSense not working in React Native stylesheet after first item

No comments:

Post a Comment