主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Andrey Starovoyt
活动总数
53
最后的活动
2024年01月12日 14:27
成员加入日期
2015年02月17日 13:11
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
25
活动概览
文章(0)
帖子(0)
评论(28)
按最近的活动排序
最近的活动
投票数
创建于
2021年05月06日 09:11
Hi! The method indexAccessTypeB.substituteCompletely() does the job. Unfortunately, WebStorm's type evaluator has a bug, and because of that, the "this" type in the interface cannot be handled prop...
社区
IntelliJ IDEA Open API and Plugin Development
TypescriptIndexedAccessJSType type substitution when pointing to generic
0 票
创建于
2019年11月06日 12:27
Hi. Even if the user uses WebStorm they can disable the javascript plugin. So you need to specify the templates as an optional dependency (similar to withJavaModule and etc).
社区
IntelliJ IDEA Open API and Plugin Development
JSPostfixTemplateUtils in some casses missing in WebStorm
0 票
创建于
2019年10月31日 16:59
Hi. The problem is that the "class name" information cannot be fetch directly from the PSI tree because it requires resolution for variables. You can provide injection using some heuristics (e.g. i...
社区
IntelliJ IDEA Open API and Plugin Development
Typescript injection with specifying types
0 票
创建于
2019年08月23日 17:09
Hi. The best way to solve the problem is to create a new inheritor of the HtmlLexer (and likely also HtmlHighlightingLexer) for your HTML-like language and override getScriptLanguage() method behav...
社区
IntelliJ IDEA Open API and Plugin Development
How to implement language interleaving, e.g., markup inside JavaScript/CSS inside a script/style tag inside markup?
0 票
已编辑于
2019年03月11日 15:09
Hi! >In addition I added some jar files to the classpath (to be able to load the JavaScript plugin during test): Unfortunately it is not enough because js plugin uses unpacked files from the IDE in...
社区
IntelliJ IDEA Open API and Plugin Development
JavaScript Plugin Testing
0 票
创建于
2017年10月06日 08:57
please note that the option "Detect automatically" must be selected
社区
IntelliJ IDEA Users
What is: Typescript service directory
0 票
创建于
2017年10月06日 08:46
in WS2016 and latter you don't need to specify the directory manually. By default WebStorm uses the typescript package from your root node modules.
社区
IntelliJ IDEA Users
What is: Typescript service directory
0 票
创建于
2017年08月31日 10:21
Hi. You can use the class com.intellij.psi.stubs.StubIndex and the key: JSClassIndex.KEY Also you should use the scope to filter non-ts classes (like es6): JSResolveUtil.getResolveScope(context)
社区
IntelliJ IDEA Open API and Plugin Development
Find all TypeScriptClass.class PsiElements in a project
0 票
创建于
2016年10月26日 10:55
Do you have the javascript dependency in your plugin.xml? <depends>JavaScript</depends>
社区
IntelliJ IDEA Open API and Plugin Development
Classloader problems with Typescript?
0 票
创建于
2016年09月13日 16:09
Hi. As example you can look into the formatting implementation in handlebars plugin: See https://github.com/JetBrains/intellij-plugins/tree/master/handlebars
社区
IntelliJ IDEA Open API and Plugin Development
Rythm formatter custom language plugin
0 票
«
第一页
‹
上一页
下一页
›
最后
»