Open kpodsiad opened 1 year ago
It is possible to extract toplevel definition to the separate file e.g. case class, but it's not possible for the nested definition.
What I'd like to do is to extract nested definition like the following
object X { trait Foo }
do it manually or use Intellij ;)
No response
code action, extract
Is your feature request related to a problem? Please describe.
It is possible to extract toplevel definition to the separate file e.g. case class, but it's not possible for the nested definition.
Describe the solution you'd like
What I'd like to do is to extract nested definition like the following
Describe alternatives you've considered
do it manually or use Intellij ;)
Additional context
No response
Search terms
code action, extract