<!-- Please include the following: - Steps and code to reproduce the problem - Versions for Gleam, OS, the runtime and any other software used - Logs from running Gleam with the `GLEAM_LOG` environment variable set to `trace` --> ```gleam fn go(greeting) { case greeting { "Hello" as hello <> name -> | _ -> "unknown" } } ``` There's no completion for `hello` (cursor is denoted with `|`).
There's no completion for
hello(cursor is denoted with|).