Skip to content

Fix issue where doc comment is not shown on hover in case of shadowed identifier #621

Closed
@cristianoc

Description

@cristianoc

Example:

module CC = {
  /** First Comment */
  let a = 10

  /** Second Comment */
  let a = a
}

let q = CC.a // does not show comment on hover

See rescript-lang/syntax#715

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions