scalameta / metals-feature-requests

Issue tracker for Metals feature requests
37 stars 4 forks source link

Include scaladocs in rename #341

Open ckipp01 opened 1 year ago

ckipp01 commented 1 year ago

Is your feature request related to a problem? Please describe.

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.

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