主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Konstantin Ulitin
活动总数
255
最后的活动
2023年07月21日 12:06
成员加入日期
2012年03月11日 13:50
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
98
活动概览
文章(0)
帖子(0)
评论(157)
按投票数排序
最近的活动
投票数
创建于
2014年04月17日 08:48
Formatting with default settings do the thing. Do you have 'Align when multiline' in 'Function call arguments' checked?
社区
WebStorm
Javascript code indentation when passing an object literal to a function call.
5 票
创建于
2013年12月03日 09:58
Hello Harald,Please try calling File | Invalidate caches and restart.
社区
WebStorm
[solved][TypeScript] Unresolved basetypes
3 票
创建于
2012年05月12日 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.
社区
PhpStorm
Complaining about missing semicolon when I don't want it!
3 票
创建于
2023年07月21日 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...
社区
WebStorm
Plugin Dev help: I need to highlight the keyword in comment, where exist in *.vue, *,js *.ts
1 票
创建于
2022年11月21日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Is there a way to run com.intellij.ide.browsers.JavaScriptDebuggerStarter with JBCefBrowser?
1 票
创建于
2022年09月22日 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 ...
社区
IntelliJ IDEA Open API and Plugin Development
TypeScript resolve referenced Interface
1 票
创建于
2019年08月06日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Treat part of JS identifier specially depending on context
1 票
创建于
2018年01月10日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Did 2017.3 break resolveScopeEnlarger and/or indexedRootsProvider?
1 票
创建于
2017年01月16日 15:46
Oh, forgot to mention it, also extension for com.intellij.util.indexing.IndexableSetContributor is required.
社区
IntelliJ IDEA Open API and Plugin Development
Can a plugin tell IDEA Ultimate Edition where to find additional JavaScript/CSS files?
1 票
创建于
2017年01月16日 11:35
Have you checked com.intellij.psi.ResolveScopeEnlarger?
社区
IntelliJ IDEA Open API and Plugin Development
Can a plugin tell IDEA Ultimate Edition where to find additional JavaScript/CSS files?
1 票
下一页
›
最后
»