I just finished my JS code. Now I moved it into its own file, and now PHPStorm tells me that there is no variable called $. How do I fix this? (Can JSDoc solve it?)
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
Probably PHPStorm sees no declaration of a If JSDoc has nothing to do with that as far as I know. Other tool, which is built-in PHPStorm like JSHint or JSLint, checks correctness of JavaScript code. |
|||
|
|