主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
简体中文
English (United States)
登录
Egor Nepomnyaschih
活动总数
6
最后的活动
2020年07月22日 09:29
成员加入日期
2020年07月14日 17:58
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
1
活动概览
帖子(1)
评论(4)
按最近的活动排序
最近的活动
投票数
创建于
2020年07月22日 09:29
I found out that this issue occurs very often, and not only with jQuery. TypeScript definition files of TypeScript itself, WebPack, jQuery and other libraries contain global definitions of a wide v...
社区
WebStorm
Suggest jQuery import in TypeScript files
0 票
已编辑于
2020年07月15日 15:29
Ok, so likely this is a problem of the TypeScript definition files. I hoped that there is a way to configure it somehow in WebStorm project settings. Thank you.
社区
WebStorm
Suggest jQuery import in TypeScript files
0 票
已编辑于
2020年07月15日 07:16
Elena, to save your time, I've prepared a minimal demo https://github.com/enepomnyaschih/jquery-test Please use a modern browser to launch it, as it doesn't use Babel. In src/with-import.ts, there'...
社区
WebStorm
Suggest jQuery import in TypeScript files
0 票
创建于
2020年07月14日 20:12
That's what I said: jQuery DOESN'T expose $ global object if you import it as ES6 module, and that's exactly how we use it. We don't want to litter the global namespace. So, your response doesn't a...
社区
WebStorm
Suggest jQuery import in TypeScript files
0 票