主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Dennis Ushakov
活动总数
833
最后的活动
2018年11月23日 21:33
成员加入日期
2009年03月30日 18:01
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
330
活动概览
文章(0)
帖子(0)
评论(502)
按最近的活动排序
最近的活动
投票数
创建于
2018年01月26日 10:22
Can you clarify a little bit what do you mean by access? If you want `visitJSClass`, `visitJSFunctionDeclaration` to be called, your HighlightingVisitor should extend JSElementVisitor or you'll get...
社区
IntelliJ IDEA Open API and Plugin Development
How to make my own HighlightVisitor access javascript's PsiElement in HTML script tag?
0 票
创建于
2018年01月05日 08:43
Yes, you can set it up as a Platform SDK just like you did with IntelliJ
社区
IntelliJ IDEA Open API and Plugin Development
ClassNotFoundException for PsiTreeUtilKt in WebStorm
0 票
创建于
2017年12月04日 09:31
Hi, Small IDEs use slightly different API for project generators. IDEA uses `com.intellij.projectTemplatesFactory` extension point, while smaller IDEs use `com.intellij.directoryProjectGenerator`. ...
社区
IntelliJ IDEA Open API and Plugin Development
custom plugin module does not appear while creating new project in WebStorm
0 票
创建于
2017年09月29日 16:09
I've added a simple Gradle build, but it looks like it doesn't solve the problem with tests compilation due to some test-only classes. You can comment out test section in the sourceSets as a workar...
社区
IntelliJ IDEA Open API and Plugin Development
Plugin development: VueJS
0 票
创建于
2017年09月15日 16:44
We're working on improvements for Vue and JavaScript right now, so EAP version may lag a little bit compared to the master source code. I'll try to prepare gradle build for Vue plugin which may red...
社区
IntelliJ IDEA Open API and Plugin Development
Plugin development: VueJS
0 票
创建于
2017年09月14日 14:07
These classes are only available in 2017.3, you'll need to download EAP version here
社区
IntelliJ IDEA Open API and Plugin Development
Plugin development: VueJS
0 票
创建于
2017年09月01日 21:55
Sorry, this is the proper method. Yes, you can use simple HTML formatting
社区
IntelliJ IDEA Open API and Plugin Development
How to make a plugin that open a HTML inside a webview in intellij
0 票
创建于
2017年09月01日 08:48
Hello, If I understood you correctly, you want to provide a documentation from an external source for XML elements. Do do that you'll need to implement your com.intellij.lang.documentation.Document...
社区
IntelliJ IDEA Open API and Plugin Development
How to make a plugin that open a HTML inside a webview in intellij
0 票
创建于
2017年08月28日 21:29
Hi Mark, I think that these two things should help you: 1. you can call com.intellij.lang.javascript.psi.stubs.JSElementIndexingData#addBaseType to specify that my.demo.Test is extending my.base.Cl...
社区
IntelliJ IDEA Open API and Plugin Development
JavaScript: support a custom AMD implementation - resolve parameter type to return type from another file
0 票
创建于
2017年08月22日 14:38
I think you'll need to override resolveContextFromProperty in your indexing handler with proper namespace for methods in such "class" and probably provide a containing implicit element for this "cl...
社区
IntelliJ IDEA Open API and Plugin Development
JSImplicitElementmpl / Enhancing JS completions
0 票
«
第一页
‹
上一页
下一页
›
最后
»