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

Renaming doesn't affect references in ScalaDoc comments #407

Open
adamw opened this issue Dec 17, 2024 · 0 comments
Open

Renaming doesn't affect references in ScalaDoc comments #407

adamw opened this issue Dec 17, 2024 · 0 comments

Comments

@adamw
Copy link

adamw commented Dec 17, 2024

Describe the bug

Given the following code:

object Test:
  def method1: Int = 0

  /** See [[method1]] */
  def method2: Int = method1

Renaming method1 using F2 properly renames the body of method2, but doesn't rename the ScalaDoc reference

Expected behavior

No response

Operating system

macOS

Editor/Extension

VS Code

Version of Metals

v1.4.2

Extra context or search terms

No response

@kasiaMarek kasiaMarek transferred this issue from scalameta/metals Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant