Jquery and Ajax support in IntelliJ 2023.2 ....
已回答
How is it possible that IntelliJidea ultimate doesn't recognize the most of methods of jQuery...?
I´m almost not have auto complete with jQuery...
Please see the screenshots...
https://app.screencast.com/X4rkVyuXU4SpZ
https://app.screencast.com/jkbLbnPl4jrw3
In VS Code doesn't happen this... 🤦♂️
请先登录再写评论。
Did you try downloading jquery typings (
.d.ts
files)? This can be done in Settings | Languages & Frameworks | JavaScript | Libraries: press Download..., typejquery
in Download Libraries?see https://www.jetbrains.com/help/webstorm/configuring-javascript-libraries.html#bedc320a
Thanks. This was the solution for my problem. Thanks a lot.
I didn´t know it that feature of download extra support for more libraries.