主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
简体中文
English (United States)
登录
Alexander Zolotov
活动总数
721
最后的活动
2023年11月01日 08:52
成员加入日期
2011年04月05日 22:39
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
241
活动概览
文章(0)
帖子(0)
评论(480)
按最近的活动排序
最近的活动
投票数
创建于
2017年01月31日 11:34
You should add HtmlCssClassOrIdReference to attribute values. To do this you should register a PsiReferenceContributor and register xml-attribute reference provider in its contructor XmlUtil.regist...
社区
IntelliJ IDEA Open API and Plugin Development
Can a plugin tell IDEA Ultimate Edition where to find additional JavaScript/CSS files?
1 票
创建于
2017年01月30日 09:35
Hi Scott, Some of the issues with CSS you can try to fix by implementing com.intellij.psi.css.resolve.CssInclusionContext extension, provide additional CSS files that you want to be in a context th...
社区
IntelliJ IDEA Open API and Plugin Development
Can a plugin tell IDEA Ultimate Edition where to find additional JavaScript/CSS files?
1 票
创建于
2016年12月20日 09:49
Debug works for `Go Application` and `Go Test` run configurations only. It doesn't work for `Go Run File` run configuration.
社区
IntelliJ IDEA EAP Users
goland ide
1 票
创建于
2016年11月03日 09:35
Hi Karol, I think that template language is more suitable here, yes. Also, I've checked out the sources of Thymeleaf language and I doubt that it works good in CSS/JS. If it is, I can investigate...
社区
IntelliJ IDEA Open API and Plugin Development
Inject custom language into JS/CSS code
1 票
创建于
2016年11月02日 20:56
> Can custom language be injected into PsiLanguageInjectionHost types only? Yes, languages can be injected in injection hosts only. Injections are not supposed to be used for creating custom temp...
社区
IntelliJ IDEA Open API and Plugin Development
Inject custom language into JS/CSS code
1 票
创建于
2016年10月15日 18:25
According to the sources, Logger adds '#' prefix when you creating a logger for class (https://github.com/JetBrains/intellij-community/blob/master/platform/util/src/com/intellij/openapi/diagnostic/...
社区
IntelliJ IDEA Open API and Plugin Development
com.intellij.openapi.diagnostic.Logger debug() statements are not visible in the console
1 票
创建于
2016年10月15日 16:10
By default IDE logging severity is INFO. To override this, use `Help | Debug Log Settings` action of IDE that you run via `runIdea` task
社区
IntelliJ IDEA Open API and Plugin Development
com.intellij.openapi.diagnostic.Logger debug() statements are not visible in the console
2 票
创建于
2016年04月27日 15:31
Hi Dmitri, I don't think this error message is related to gradle-intellij-plugin or IDEA project configuration, looks like it's problem of gradle itself. Please check your daemon settings at `~/.gr...
社区
IntelliJ IDEA Open API and Plugin Development
How to add external dependencies to an IntelliJ plugin project?
1 票
创建于
2016年01月25日 05:47
Yes you have to post-process the keys in order to determine which of them have values in particular scope. E.g.: for (String s : index.getAllKeys(indexId, project)) { boolean inScope = !index.pr...
社区
IntelliJ IDEA Open API and Plugin Development
FileBasedIndex.getAllKeys filtered by module scope
1 票
创建于
2016年02月10日 16:40
And here is IntelliJ SDK docs repo: https://github.com/JetBrains/intellij-sdk-docs/tree/master/code_samples
社区
IntelliJ IDEA Open API and Plugin Development
How to create a new IntentionAction plugin
1 票
«
第一页
‹
上一页
下一页
›
最后
»