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
April 17, 2014 08:48
Formatting with default settings do the thing. Do you have 'Align when multiline' in 'Function call arguments' checked?
Community
WebStorm
Javascript code indentation when passing an object literal to a function call.
5 votes
Created
December 03, 2013 09:58
Hello Harald,Please try calling File | Invalidate caches and restart.
Community
WebStorm
[solved][TypeScript] Unresolved basetypes
3 votes
Created
May 12, 2012 09:22
Also for other similar problems try pressing Alt+Enter on highlighted code. Context menu will be shown with suggested solutions, including disabling the inspection.
Community
PhpStorm
Complaining about missing semicolon when I don't want it!
3 votes
Created
July 21, 2023 11:42
Can you please provide an example of code you want to highlight? You can follow these steps, or use the following code in your annotator holder.newSilentAnnotation(HighlightSeverity.TEXT_ATTRIBUTE...
Community
WebStorm
Plugin Dev help: I need to highlight the keyword in comment, where exist in *.vue, *,js *.ts
1 vote
Created
November 21, 2022 13:48
I see, thanks. To answer your question, no, it's not possible now to use JavaScriptDebuggerStarter with JBCefBrowser. A more low-level solution is needed now, which AFAIU will start JBCefBrowser wi...
Community
IntelliJ IDEA Open API and Plugin Development
Is there a way to run com.intellij.ide.browsers.JavaScriptDebuggerStarter with JBCefBrowser?
1 vote
Created
September 22, 2022 09:43
Hello, if I understand your question correctly, I'd suggest to use the following methods: TypeScriptPropertySignature.getJSType() to get JSTypeImpl of a: A JSTypeImpl.getDeclarations() to resolve ...
Community
IntelliJ IDEA Open API and Plugin Development
TypeScript resolve referenced Interface
1 vote
Created
August 06, 2019 16:03
Hi Tomasz, The easiest approach is to implement PsiReferenceContributor, we added it for WEB-24393. Built-in javascript resolver won't start if PsiReferenceContributor returns a result. Probably, f...
Community
IntelliJ IDEA Open API and Plugin Development
Treat part of JS identifier specially depending on context
1 vote
Created
January 10, 2018 08:49
Hi, Scott. Indeed, in 2017.3 resolve scope evaluation was changed for javascript code to better controlling of scope evaluation for files having several languages inside. I've fixed calling Resolve...
Community
IntelliJ IDEA Open API and Plugin Development
Did 2017.3 break resolveScopeEnlarger and/or indexedRootsProvider?
1 vote
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
Next
›
Last
»