Unresovled Variable and Functions
In my PHP file, the editor finds "unresolved variable" and "unresolved function". These items are defined in the referenced (src =???.js) Javasript file. In the JS file, it found "Unreferenced Functions". What should I be doing so that they will find each other? The code runs fine!
请先登录再写评论。
Michael, this seems to work for me, even for items defined in not "src" referenced files:) Try "Invalidate Caches..." from File menu.
Another case is when item is defined in php or html file, and used in other. Please check an issue and vote for this if you are experiencing same problem.