Skip to content

Commit

Permalink
Added doc
Browse files Browse the repository at this point in the history
  • Loading branch information
sksamuel committed Dec 8, 2024
1 parent 629217b commit e0ff526
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ import io.kotest.plugin.intellij.TestElement
import io.kotest.plugin.intellij.psi.specStyle
import org.jetbrains.kotlin.psi.KtClassOrObject

/**
* This adds Kotest nodes to the Structure view in intellij (note structure view is not the project view).
* This is used to display the tests in the structure view which are navigable.
*/
class KotestStructureViewExtension : StructureViewExtension {

override fun getType(): Class<out PsiElement> {
Expand Down

0 comments on commit e0ff526

Please sign in to comment.