Reproduction code: - wibble.gleam: ```gleam pub type Wibble ``` - wobble.gleam: ```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.  Gleam 1.10.0 from Nixpkgs