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
January 16, 2017 15:46
Oh, forgot to mention it, also extension for com.intellij.util.indexing.IndexableSetContributor is required.
Community
IntelliJ IDEA Open API and Plugin Development
Can a plugin tell IDEA Ultimate Edition where to find additional JavaScript/CSS files?
1 vote
Created
January 16, 2017 11:35
Have you checked com.intellij.psi.ResolveScopeEnlarger?
Community
IntelliJ IDEA Open API and Plugin Development
Can a plugin tell IDEA Ultimate Edition where to find additional JavaScript/CSS files?
1 vote
Created
December 10, 2015 15:09
Hi Felix,You did it as expected, but this functionality got broken in IDEA 15.0.1, and probably 15.0. It will be fixed in 15.1. For now, I may suggest to manually save the tag for generating commen...
Community
IntelliJ IDEA Users
Automatic Function Documentation Comments: use "return" instead of "returns"
1 vote
Created
August 10, 2012 11:27
Hi Jed,You should uncheck "Prefer Strict mode" in Settings | JavaScript. When this setting is on, editor inserts "use strict" statements unless there is one in parents scopes(i.e. in file). When do...
Community
WebStorm
WebStorm 4.0.3 auto adding "use strict" pragma in JavaScript
1 vote
Created
July 08, 2025 13:25
Hello! I'm not sure that I correctly understood your question, but I think exploring the PSI with PSI viewer can be helpful. If you want to add a reference to the text after `from`, it should be `P...
Community
WebStorm
Idea plugin cannot match JavaScript import syntax
0 votes
Created
July 21, 2023 12:06
Then you need to use the second approach with an annotator. The first one is to highlight the whole token.
Community
WebStorm
Plugin Dev help: I need to highlight the keyword in comment, where exist in *.vue, *,js *.ts
0 votes
Created
November 17, 2022 18:02
Hello! What exactly are you trying to achieve? You don't need to use JavaScriptDebuggerStarter to connect to a browser. You may use https://www.jetbrains.com/help/webstorm/run-debug-configuration-n...
Community
IntelliJ IDEA Open API and Plugin Development
Is there a way to run com.intellij.ide.browsers.JavaScriptDebuggerStarter with JBCefBrowser?
0 votes
Created
November 04, 2021 13:40
> Is current signature final variant in 2021.2.3 and will not change in next releases like 2021.3, 2022.*? If so I will left It on a place.Yes, it won't be changed, at least backward compatibility ...
Community
IntelliJ IDEA Open API and Plugin Development
WebServerPageConnectionService#fileRequested signature was changed in 2021.2.3
0 votes
Edited
November 04, 2021 10:42
Sorry for the trouble. WebServerPageConnectionService was added not so long ago, there are no usages of it in plugins uploaded to plugins.jetbrains.com, and so I thought there are no external usage...
Community
IntelliJ IDEA Open API and Plugin Development
WebServerPageConnectionService#fileRequested signature was changed in 2021.2.3
0 votes
Created
May 13, 2020 16:57
Yes, it will help, depending on a FileType.
Community
IntelliJ IDEA Open API and Plugin Development
Get auto complete working in a custom LightVirtualFile instance
0 votes
«
First
‹
Previous
Next
›
Last
»