Skip to content

IDE: Documentation on hover doesn't show correctly after / #5482

Closed
@adamgfraser

Description

@adamgfraser

If code includes a / the documentation for the next member will not show correctly on hover. Example below.

object Test {

  /** This documentation comment shows correctly. */
  def foo: Int = ???

  /** So does this one. */
  def bar: Int = 2 / 1

  /** This documentation comment won't show up on hover. */
  def baz: Int = ???

  /** This documentation comment will show correctly again. */
  def batz: Int = ???
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions