Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Scott Wells
Total activity
282
Last activity
January 12, 2023 14:43
Member since
January 25, 2016 00:45
Following
0 users
Followed by
0 users
Votes
18
Subscriptions
67
Activity overview
Posts (51)
Comments (146)
Sort by recent activity
Recent activity
Votes
Created
January 23, 2017 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...
Community
IntelliJ IDEA Open API and Plugin Development
Can a plugin tell IDEA Ultimate Edition where to find additional JavaScript/CSS files?
0 votes
Created
January 23, 2017 20:51
Maxim, looks like it does exactly what I needed. Thanks so much!
Community
IntelliJ IDEA Open API and Plugin Development
Can I force a file type detector to redetect all files without having to rebuild caches?
0 votes
Edited
January 18, 2017 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, ...
Community
IntelliJ IDEA Open API and Plugin Development
Can a plugin tell IDEA Ultimate Edition where to find additional JavaScript/CSS files?
0 votes
Created
January 18, 2017 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...
Community
IntelliJ IDEA Open API and Plugin Development
Can a plugin tell IDEA Ultimate Edition where to find additional JavaScript/CSS files?
0 votes
Created
January 18, 2017 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...
Community
IntelliJ IDEA Open API and Plugin Development
Can a plugin tell IDEA Ultimate Edition where to find additional JavaScript/CSS files?
0 votes
Created
January 17, 2017 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...
Community
IntelliJ IDEA Open API and Plugin Development
Can a plugin tell IDEA Ultimate Edition where to find additional JavaScript/CSS files?
0 votes
Edited
January 16, 2017 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...
Community
IntelliJ IDEA Open API and Plugin Development
Can a plugin tell IDEA Ultimate Edition where to find additional JavaScript/CSS files?
0 votes
Created
January 16, 2017 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...
Community
IntelliJ IDEA Open API and Plugin Development
Can a plugin tell IDEA Ultimate Edition where to find additional JavaScript/CSS files?
0 votes
Created
January 16, 2017 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...
Community
IntelliJ IDEA Open API and Plugin Development
Can a plugin tell IDEA Ultimate Edition where to find additional JavaScript/CSS files?
0 votes
Created
January 14, 2017 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...
Community
IntelliJ IDEA Open API and Plugin Development
Can a plugin tell IDEA Ultimate Edition where to find additional JavaScript/CSS files?
0 votes
«
First
‹
Previous
Next
›
Last
»