kotest / kotest-intellij-plugin

The official Kotest plugin for Intellij and Android Studio
Apache License 2.0
175 stars 23 forks source link

Improvements: see the specs/tests in "File structure" #230

Closed rolintoucour closed 1 year ago

rolintoucour commented 1 year ago

Hi,

Using the menu "Navigate -> File structure", it would be nice if specs / tests could appear here.

Comparing to JUnit where each test is a method (and easy to find using the "File Structure"), it would be easier to have this functionality to search for tests.

sksamuel commented 1 year ago

I think this is just part of intellij looking for methods in a class. And since kotest is not method based, it can't appear here. There doesn't appear to be a way to hook into that functionality.

sksamuel commented 1 year ago

This is in the next build.