reasonml-idea-plugin icon indicating copy to clipboard operation
reasonml-idea-plugin copied to clipboard

Structure panel: toggling "Show nested expressions" shouldn't expand nodes

Open jfehrle opened this issue 1 year ago • 0 comments

plugin version: 0.124-2023.1

Description

Clicking on "Show nested expressions" can expand nodes in the structure tree. I think the expansion shouldn't change, particularly since currently you have to unexpand nodes one by one.

Before: image

After: image

class coqops
object(self)
  val script = _script
end

jfehrle avatar Jun 01 '24 18:06 jfehrle