Support Kotlin/JS vol. 2
See original GitHub issueHi Team!
I’m aware of #106 but I think it was closed prematurely. For me, the lack of gutter icons and in fact any IDE integration is a major pain point. I’m close to moving back to kotlin.test and leaving just kotest assertions library.
Implementation-wise, my intuition tells me that, contrary to what was suggested in the closed ticket, the individual tests can be detected by static analysis - no need to execute it. IntelliJ plugins API probably exposes some kind of AST or PSI that would be helpful in detecting e.g. invocations of test
function inside FunSpec
.
Issue Analytics
- State:
- Created 2 years ago
- Comments:11 (3 by maintainers)
Top Results From Across the Web
Set up a Kotlin/JS project
To create a Kotlin/JS project in IntelliJ IDEA, go to File | New | Project. Then select Kotlin Multiplatform and choose a Kotlin/JS...
Read more >Kotlin for JavaScript
Kotlin /JS provides the ability to transpile your Kotlin code, the Kotlin standard library, and any compatible dependencies to JavaScript.
Read more >Kotlin releases
1.5.30. Released: August 23, 2021. Release on GitHub. An incremental release with various improvements such as: Instantiation of annotation classes on JVM.
Read more >Kotlin/JS IR compiler
Rather than directly generating JavaScript code from Kotlin source code, the Kotlin/JS IR compiler backend leverages a new approach.
Read more >KotlinConf 2019: The State of Kotlin JS by Sebastian Aigner
Let's discover together what is new in the world of Kotlin / JS, which changes help improve the way we work with Kotlin...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It’s still on the roadmap.
On Fri, 12 Aug 2022 at 00:02, Piotr Krzemiński @.***> wrote:
We are actively working on this. But it won’t be Q2.