No jQuery highlight in a certain project
Yesterday I added few lines of javascript with jquery useage to a twig template, but it doesn't recognize it. Sure it goes where it has too by Ctrl+Click, but highlight doesn't work. At the same time with same PhpStorm other project is highlighted well. Any idea what might be the reason for that?
Thanks to everyone.
Here are pictures:
This is how it should I guess: http://www.flickr.com/photos/netjunky/6324912057/
And this how it does: http://www.flickr.com/photos/netjunky/6324912027/
Please sign in to leave a comment.
Is the file located under the project or not?
Of course. I mentioned earlier, that it goes to file by Ctrl+Click as it should, but highlight doesn't work for some reason.
One thing that I noticed is that mouseover and mouseout seem to be missing from the jQuery stub.
You are right. There are no such methods, but on screenshots I'm using jQuery 1.6.4. Now I've updated it to current 1.7, but {{$}} sign is still purpule, but methods aren't underlined anymore.