Unresolved function or method $() but script src is found [SOLVED]
- When I Ctrl click on the src directory, it properly takes me to jquery source file.
- Loading the test page in my browser works perfectly. (body text is "hello world"). No console errors.
- This behavior started immediately when I upgraded to 2020.2
- I have tried Invalidate Cache / Restart
- This happens in my main project, but I have created a totally blank project (see screenshot) and have the same problem
- Ctrl click on the $ says "Cannot find declaration to go to"
- I have tried absolute path and relative path
- I have searched the web and community and bugs and unable to find a solution (except "add to Library")...
- I DO NOT want to add jquery as a Library, ALL of my javascript include files behave the same way and it is driving me crazy. eg: I might have 2 PHPstorm errors in 2020.1, but have 100+ errors in 2020.2.

请先登录再写评论。
SOLUTION: Apparently PHPStorm cannot use minified js files for code completion. (I don't care about completion, I just want it to NOT error when the "$" function obviously exists)
Maybe the update to 2020.2 changed my settings, but I really don't know why my error count BLEW UP.
Honestly, I'm starting to get really tired of wasting my time on PHPStorm. (I would quit it, but there's so much that is AWESOME about it)
- Unable to use constants in path eg: src="<?=BASE_URL?>/jquery.js"
- constantly loosing connection when trying to upload files to my server
- I end up wasting development time on my IDE on every couple of updates (Eg: oh my settings are borked, oh, now my SSH connection within PHPstorm is intermittant, etc).
/rant