WebStorm: Fix js syntax highlighting.

When I use WebStorm 7.0.3, sometimes the editor for JavaScript shows me wrong syntax highlighting or coloring.

This can be fixed mostly with adding some annotations to tell the editor meaning of the code.

But unfortunately, the problem cannot be fixed on this way, infrequently.

In this case, I fix as follows,

  1. Open the project which has this problem.
  2. Click ‘File’ -> ‘Invalidate Caches/Restart…’
  3. Click [Invalidate and Restart] button when opened the dialog.
  4. IDE will restart and open the project.

I hope this will help you.