主页
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)
按最近的活动排序
最近的活动
投票数
创建于
2023年07月21日 12:06
Then you need to use the second approach with an annotator. The first one is to highlight the whole token.
社区
WebStorm
Plugin Dev help: I need to highlight the keyword in comment, where exist in *.vue, *,js *.ts
0 票
创建于
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年11月17日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Is there a way to run com.intellij.ide.browsers.JavaScriptDebuggerStarter with JBCefBrowser?
0 票
创建于
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 票
创建于
2021年11月04日 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 ...
社区
IntelliJ IDEA Open API and Plugin Development
WebServerPageConnectionService#fileRequested signature was changed in 2021.2.3
0 票
已编辑于
2021年11月04日 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...
社区
IntelliJ IDEA Open API and Plugin Development
WebServerPageConnectionService#fileRequested signature was changed in 2021.2.3
0 票
创建于
2020年05月13日 16:57
Yes, it will help, depending on a FileType.
社区
IntelliJ IDEA Open API and Plugin Development
Get auto complete working in a custom LightVirtualFile instance
0 票
创建于
2020年05月13日 15:33
If you want to check how TypeScript suggests completion for all modules from scratch files, you may look at `com.intellij.lang.javascript.psi.resolve.JSResolveUtil#getResolveScope`. Basically, it u...
社区
IntelliJ IDEA Open API and Plugin Development
Get auto complete working in a custom LightVirtualFile instance
0 票
创建于
2019年12月11日 09:18
I'm glad that it worked for you! To fix parameter info, you need to ensure that doSomething in import statement is resolved to the method of the class. ((ES6ImportedExportedDefaultBinding)resolveRe...
社区
IntelliJ IDEA Open API and Plugin Development
Is there any way to add JavaScript type inference logic?
0 票
下一页
›
最后
»