Skip to content

"Unqualify type" code action does not show up in record declarations #4565

Closed
@folospior

Description

@folospior

Reproduction code:

  • wibble.gleam:
pub type Wibble
  • wobble.gleam:
import wibble

pub type Wobble {
  Wobble(wibble: wibble.Wibble)
  //             ^^^^^^^^^^^^^
}

Highlighting on the marked area and running the Show code actions LSP command shows no available code actions.
Image

Gleam 1.10.0 from Nixpkgs

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions