Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include scaladocs in rename #341

Open
ckipp01 opened this issue Apr 28, 2023 · 0 comments
Open

Include scaladocs in rename #341

ckipp01 opened this issue Apr 28, 2023 · 0 comments

Comments

@ckipp01
Copy link
Member

ckipp01 commented Apr 28, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants