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

No scaladoc on hover for an object #5431

Closed
tgodzik opened this issue Jul 11, 2023 · 1 comment
Closed

No scaladoc on hover for an object #5431

tgodzik opened this issue Jul 11, 2023 · 1 comment
Assignees
Labels
Milestone

Comments

@tgodzik
Copy link
Contributor

tgodzik commented Jul 11, 2023

Describe the bug

/** Used to inject code snippets to be evaluated in [[LazyModuleImp.instantiate]] in the current [[LazyModule.scope]].
  *
  * It can be used to create additional hardware outside of the [[LazyModule.children]],
  * connections other than the internal [[BaseNode]] connections,
  * or additional IOs aside from the [[AutoBundle]]
  */
object InModuleBody {
  def apply[T](body: => T): ModuleValue[T] = {
    // <code body>
  }
}

When doing hover on InModu@@leBody.apply(123) there are no docs shown

Expected behavior

Correct docs are shown

Operating system

Linux

Editor/Extension

VS Code

Version of Metals

v0.11.12

Extra context or search terms

hover scaladoc

@tgodzik tgodzik added this to Triage in Metals Issue Board via automation Jul 11, 2023
@jkciesluk jkciesluk self-assigned this Jul 19, 2023
@tgodzik
Copy link
Contributor Author

tgodzik commented Dec 7, 2023

This is now fixed with a fallback

@tgodzik tgodzik closed this as completed Dec 7, 2023
Metals Issue Board automation moved this from Triage to Done Dec 7, 2023
@tgodzik tgodzik added this to the Metals v1.1.1 milestone Dec 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

No branches or pull requests

3 participants