Open ckipp01 opened 1 year ago
Currently if you have a piece of code like this:
/** * @param foo */ case class Foo(foo: Int)
If you do a rename on foo, the rename works, but the scaladoc foo remains.
foo
I'd like for this rename to also include the scaladoc.
Manually doing it.
No response
scaladoc rename
Is your feature request related to a problem? Please describe.
Currently if you have a piece of code like this:
If you do a rename on
foo
, the rename works, but the scaladocfoo
remains.Describe the solution you'd like
I'd like for this rename to also include the scaladoc.
Describe alternatives you've considered
Manually doing it.
Additional context
No response
Search terms
scaladoc rename