主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Piotr Tomiak
活动总数
43
最后的活动
2024年11月20日 11:13
成员加入日期
2019年12月09日 09:54
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
13
活动概览
文章(0)
帖子(0)
评论(30)
按最近的活动排序
最近的活动
投票数
创建于
2021年04月20日 19:35
Hi Tim! Actually, I've investigated it further and it turns out that it is actually a problem with 2021.1. Please include "CSS" plugin on your list in build.gradle as a workaround. With that plugin...
社区
IntelliJ IDEA Open API and Plugin Development
Set filetype association for LightJavaCodeInsightFixtureTestCase
0 票
已编辑于
2021年04月20日 08:55
Tim, It seems that there is some problem with JUnit 5 and classloading/extension point registration. I can reproduce the issue locally - it is not related to Angular. However, I wasn't able to find...
社区
IntelliJ IDEA Open API and Plugin Development
Set filetype association for LightJavaCodeInsightFixtureTestCase
0 票
创建于
2021年04月15日 08:18
Tim, I've run the code you've shared within the context of AngularJS plugin and both tests are green. I have used JUnit 3 though, so I had to remove all of the JUnit 4+ annotations. It seems that y...
社区
IntelliJ IDEA Open API and Plugin Development
Set filetype association for LightJavaCodeInsightFixtureTestCase
0 票
创建于
2021年04月14日 06:51
Tim, I am sorry, I haven't payed enough attention to the class you mentioned. Indeed, these tests should be based on `BasePlatformTestCase`. You can see Angular tests here and take the most appropr...
社区
IntelliJ IDEA Open API and Plugin Development
Set filetype association for LightJavaCodeInsightFixtureTestCase
0 票
已编辑于
2021年04月13日 15:06
Tim, the Angular HTML language replaces the regular HTML under certain circumstances. One of the easiest ways to reproduce the regular project setup is to add `package.json` file with `@angular/cor...
社区
IntelliJ IDEA Open API and Plugin Development
Set filetype association for LightJavaCodeInsightFixtureTestCase
0 票
已编辑于
2021年04月08日 07:02
Hi Tim! In case of attributes with JavaScript expressions, the content in XML Attribute Value is lazy parsed as Embedded Java Script. The navigation doesn't work, because there are JavaScript PSI e...
社区
IntelliJ IDEA Open API and Plugin Development
Angular2 HTML vs HTML PsiReferenceRegistrar
0 票
创建于
2020年03月17日 14:54
正式评论
Hi Evgeniy! Thanks for reaching out to us! The problem you're facing is that you cannot inject into an injection. Basically, there is only one level of injection allowed. Could you please elaborate...
社区
IntelliJ IDEA Open API and Plugin Development
Inject language into JSLiteralExpression inside Vue context
0 票
创建于
2020年01月17日 16:34
正式评论
Hello Ashok! The Angular and Angular JS plugins are bundled with IntelliJ IDEA, so you don't have to install them. If someone has disabled the plugin in your IDE configuration, than you need to ena...
社区
IntelliJ IDEA Open API and Plugin Development
Angular component not showing in latest version of intellij idea
0 票
创建于
2019年12月10日 09:22
Colin, I've looked a little bit at the syntax and I think you should be able to build JS-compatible syntax tree, which would work with our resolution engine. However, there are a lot of "ifs" and I...
社区
IntelliJ IDEA Open API and Plugin Development
Implementing JavaScript interop for a compile-to-JS language
0 票
创建于
2019年12月09日 18:13
Colin, It is indeed a non-trival question. First of all, I think that you might need to either replace the Clojure AST with JS-compatible one, or you can try using MultiplePsiFilesPerDocumentFileVi...
社区
IntelliJ IDEA Open API and Plugin Development
Implementing JavaScript interop for a compile-to-JS language
0 票
«
第一页
‹
上一页