Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Konstantin Ulitin
Total activity
257
Last activity
July 08, 2025 13:25
Member since
March 11, 2012 13:50
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
99
Activity overview
Articles (0)
Posts (0)
Comments (158)
Sort by recent activity
Recent activity
Votes
Created
February 27, 2017 16:49
Yep, I mean if you implement resolving of JSLiteralExpression to PsiFile, competion will just work. I have no legitimate answer about copying code from ES6ImportSpecifierCompletionProvider. Maybe ...
Community
IntelliJ IDEA Open API and Plugin Development
How can I implementing method auto-completing?
0 votes
Created
February 27, 2017 11:59
This should be handled in JSTypeEvaluator#addTypeFromAmdModuleReference, but it is written in such a way that custom file references are not supported. I've fixed it, so your code should work witho...
Community
IntelliJ IDEA Open API and Plugin Development
How can I implementing method auto-completing?
0 votes
Created
February 27, 2017 11:50
Hi, You should add lib/openapi.jar to the classpath. Alternatively, I may suggest to check gradle-intellij-plugin, as I know, it does it automatically.
Community
IntelliJ IDEA Open API and Plugin Development
How can I set up testing environment for plugin depending on JavaScriptLang?
0 votes
Created
January 25, 2017 13:40
Sorry, I can't guess why quick doc may not work when reference is resolved.
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:10
The quick documentation doesn't show anything because resolve doesn't work, fixing resolve is enough. I've made getDefaultResolveScope() to be called on JS resolve in custom file too, so this shou...
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 08:24
Can you please check if com.intellij.psi.impl.file.impl.ResolveScopeManagerImpl#getDefaultResolveScope is executed when JS reference inside HTML script is resolved? If not, we should make it do it ...
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 12:04
Can you please attach a full working code of your example, which may be executed? Right now running it causes Uncaught TypeError: Cannot set property 'eat' of undefined, which is caused by this.pro...
Community
WebStorm
Webstorm Can't Distinguish Between Class Methods in JSDoc
0 votes
Created
November 15, 2016 12:21
Could you please share your JSModuleReferenceContributor implementation for me to understand where you are now? Basically, for the first case you may look at NodeFileModulePsiReference, it handles ...
Community
IntelliJ IDEA Open API and Plugin Development
How to use JSModuleReferenceContributor
0 votes
Created
October 31, 2016 13:25
Does debugging JS configuration from IDEA A works if you set ports in built-in server, Chrome extension and run configuration settings to the same value?
Community
IntelliJ IDEA Open API and Plugin Development
Debugging IntelliJ which is debugging Javascript
0 votes
Created
October 25, 2016 11:46
MyBreakpointType's constructor should have no parameters since it's instantiated by reflection. If parameters are removed, exception is gone, I've checked :)
Community
IntelliJ IDEA Open API and Plugin Development
Debugging a DSL transpiled into JS with source map?
0 votes
«
First
‹
Previous
Next
›
Last
»