主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Konstantin Ulitin
活动总数
257
最后的活动
2025年07月08日 13:25
成员加入日期
2012年03月11日 13:50
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
99
活动概览
文章(0)
帖子(0)
评论(158)
按最近的活动排序
最近的活动
投票数
创建于
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 票
创建于
2015年12月10日 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...
社区
IntelliJ IDEA Users
Automatic Function Documentation Comments: use "return" instead of "returns"
1 票
创建于
2012年08月10日 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...
社区
WebStorm
WebStorm 4.0.3 auto adding "use strict" pragma in JavaScript
1 票
创建于
2025年07月08日 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...
社区
WebStorm
Idea plugin cannot match JavaScript import syntax
0 票
创建于
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 票
创建于
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 票
创建于
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 票
«
第一页
‹
上一页
下一页
›
最后
»