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
April 06, 2020 19:25
Thanks, Anna. It turns out that I was able to remove the runConfigurationExtension implementation safely with no loss in functionality. That makes me a little uncomfortable because I don't like thi...
Community
IntelliJ IDEA Open API and Plugin Development
2020.1 RC1 reveals that my plugin has an unexpected dependency on Java Code Coverage
0 votes
Created
February 08, 2020 17:03
Dmitry, that seems to have done the job nicely. Thanks much for the tip!
Community
IntelliJ IDEA Open API and Plugin Development
Can I force IDEA to refresh its cached XSDs?
0 votes
Created
February 05, 2020 15:41
Hah! Fair enough. I'll add it to my project open listener and hopefully that will take care of it. Thanks!
Community
IntelliJ IDEA Open API and Plugin Development
Can I force IDEA to refresh its cached XSDs?
0 votes
Created
February 05, 2020 13:04
Thanks, Dmitry. Doesn't almost everything in the project depend on that? Will that cause a full cache flush/rebuild? Just trying to figure out whether it's safe to do that every time the project is...
Community
IntelliJ IDEA Open API and Plugin Development
Can I force IDEA to refresh its cached XSDs?
0 votes
Created
December 11, 2019 14:55
Konstantin, just to clarify, in this case doSomething does not resolve to a JavaScript function or method. It resolves to a method in another language where the underlying framework is responsible ...
Community
IntelliJ IDEA Open API and Plugin Development
Is there any way to add JavaScript type inference logic?
0 votes
Created
December 10, 2019 22:44
Okay, next question, Konstantin. Is there a way that I can indicate to the JavaScript plugin that an imported symbol is a function/method and provide information about its parameters? In other word...
Community
IntelliJ IDEA Open API and Plugin Development
Is there any way to add JavaScript type inference logic?
0 votes
Created
December 10, 2019 18:34
Woohoo! I have the first part--really just the simple case--working: Now I need to handle the more complex cases of "proxying" methods in my language as functions/methods in JavaScript including t...
Community
IntelliJ IDEA Open API and Plugin Development
Is there any way to add JavaScript type inference logic?
0 votes
Created
December 10, 2019 16:45
UPDATE: Hold tight...I think I figured out how to add references to the ES6ImportedBinding elements using another moduleReferenceContributor. Hopefully I'm on a path to success now!
Community
IntelliJ IDEA Open API and Plugin Development
Is there any way to add JavaScript type inference logic?
0 votes
Created
December 10, 2019 16:21
Yeah, unfortunately I'm still in a similar spot. Let me set things up a bit better than I have previously. I want to be able to handle an ES6 import like: import someMethodAlias from 'SomeType.some...
Community
IntelliJ IDEA Open API and Plugin Development
Is there any way to add JavaScript type inference logic?
0 votes
Created
December 10, 2019 15:23
Gotcha. Let me set some breakpoints and see if I can figure out how much of that is getting invoked for my import statements. Hopefully that will lead me to some thoughts on what I'm missing or pot...
Community
IntelliJ IDEA Open API and Plugin Development
Is there any way to add JavaScript type inference logic?
0 votes
«
First
‹
Previous
Next
›
Last
»