主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Scott Wells
活动总数
282
最后的活动
2023年01月12日 14:43
成员加入日期
2016年01月25日 00:45
关注
0 名用户
关注者数
0 名用户
投票数
18
订阅数
67
活动概览
帖子(51)
评论(146)
按最近的活动排序
最近的活动
投票数
创建于
2017年01月23日 20:54
Konstantin, just thought I'd check in and see if you had any thoughts on my questions about quick documentation not working for JavaScript in HTML and what approach might work to make Ultimate Edit...
社区
IntelliJ IDEA Open API and Plugin Development
Can a plugin tell IDEA Ultimate Edition where to find additional JavaScript/CSS files?
0 票
创建于
2017年01月23日 20:51
Maxim, looks like it does exactly what I needed. Thanks so much!
社区
IntelliJ IDEA Open API and Plugin Development
Can I force a file type detector to redetect all files without having to rebuild caches?
0 票
已编辑于
2017年01月18日 20:36
Konstantin, should I expect this same approach to work for CSS? I've updated my indexed roots provider(/indexable set contributor) and resolve scope enlarger to include a CSS file that I include, ...
社区
IntelliJ IDEA Open API and Plugin Development
Can a plugin tell IDEA Ultimate Edition where to find additional JavaScript/CSS files?
0 票
创建于
2017年01月18日 15:24
Konstantin, resolve does work for SCRIPT blocks in real HTML files, but at least for me, quick doc doesn't work there. I'll provide an example... Here's JavaScript: and here's HTML: As you can s...
社区
IntelliJ IDEA Open API and Plugin Development
Can a plugin tell IDEA Ultimate Edition where to find additional JavaScript/CSS files?
0 票
创建于
2017年01月18日 14:34
Konstantin, I added a non-suspending/logging breakpoint there and here's what I see: JavaScript filegetDefaultResolveScope() called for formController.jsgetDefaultResolveScope() called for formHelp...
社区
IntelliJ IDEA Open API and Plugin Development
Can a plugin tell IDEA Ultimate Edition where to find additional JavaScript/CSS files?
0 票
创建于
2017年01月17日 16:05
I've noticed something else peculiar here. As I mentioned, the resolve scope enlarger and indexable set contributor both do allow code completion and reference resolution against my supplied JavaS...
社区
IntelliJ IDEA Open API and Plugin Development
Can a plugin tell IDEA Ultimate Edition where to find additional JavaScript/CSS files?
0 票
已编辑于
2017年01月16日 17:27
I tried to debug the issue with SCRIPT blocks in my markup files. I'm a bit limited by the fact that I can't debug into the JavaScript language libs, but what I am seeing is that in com.intellij.c...
社区
IntelliJ IDEA Open API and Plugin Development
Can a plugin tell IDEA Ultimate Edition where to find additional JavaScript/CSS files?
0 票
创建于
2017年01月16日 16:19
Aha! That definitely helped! Thanks!!! One more question...it's working great now from JavaScript source files but not from HTML SCRIPT blocks or event handlers in my plugin's MultiplePsiFilesPer...
社区
IntelliJ IDEA Open API and Plugin Development
Can a plugin tell IDEA Ultimate Edition where to find additional JavaScript/CSS files?
0 票
创建于
2017年01月16日 15:09
Thanks for the lead, Konstantin. I just tried it and it doesn't seem to be helping, but perhaps I'm doing something wrong. I can see it calling into my implementation which in turn returns Global...
社区
IntelliJ IDEA Open API and Plugin Development
Can a plugin tell IDEA Ultimate Edition where to find additional JavaScript/CSS files?
0 票
创建于
2017年01月14日 17:19
Well, that didn't work. I get a NoClassDefFoundError from the PluginClassLoader, presumably because I'm trying to cross the plugin trust boundary. Back to the proverbial drawing board...if anyone...
社区
IntelliJ IDEA Open API and Plugin Development
Can a plugin tell IDEA Ultimate Edition where to find additional JavaScript/CSS files?
0 票
«
第一页
‹
上一页
下一页
›
最后
»