Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Piotr Tomiak
Total activity
43
Last activity
November 20, 2024 11:13
Member since
December 09, 2019 09:54
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
13
Activity overview
Articles (0)
Posts (0)
Comments (30)
Sort by recent activity
Recent activity
Votes
Created
April 20, 2021 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...
Community
IntelliJ IDEA Open API and Plugin Development
Set filetype association for LightJavaCodeInsightFixtureTestCase
0 votes
Edited
April 20, 2021 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...
Community
IntelliJ IDEA Open API and Plugin Development
Set filetype association for LightJavaCodeInsightFixtureTestCase
0 votes
Created
April 15, 2021 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...
Community
IntelliJ IDEA Open API and Plugin Development
Set filetype association for LightJavaCodeInsightFixtureTestCase
0 votes
Created
April 14, 2021 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...
Community
IntelliJ IDEA Open API and Plugin Development
Set filetype association for LightJavaCodeInsightFixtureTestCase
0 votes
Edited
April 13, 2021 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...
Community
IntelliJ IDEA Open API and Plugin Development
Set filetype association for LightJavaCodeInsightFixtureTestCase
0 votes
Edited
April 08, 2021 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...
Community
IntelliJ IDEA Open API and Plugin Development
Angular2 HTML vs HTML PsiReferenceRegistrar
0 votes
Created
March 17, 2020 14:54
Official comment
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...
Community
IntelliJ IDEA Open API and Plugin Development
Inject language into JSLiteralExpression inside Vue context
0 votes
Created
January 17, 2020 16:34
Official comment
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...
Community
IntelliJ IDEA Open API and Plugin Development
Angular component not showing in latest version of intellij idea
0 votes
Created
December 10, 2019 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...
Community
IntelliJ IDEA Open API and Plugin Development
Implementing JavaScript interop for a compile-to-JS language
0 votes
Created
December 09, 2019 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...
Community
IntelliJ IDEA Open API and Plugin Development
Implementing JavaScript interop for a compile-to-JS language
0 votes
«
First
‹
Previous