Steps to reproduce: ```rs pub type Foo { Foo(wibble: String, wobble: String) } pub fn main(foo) { Foo(..foo, wib ) ^ no autocomplete shown } pub fn baz(foo) { Foo(wib ) ^ autocomplete shown } ``` Gleam v1.14