We seem to calculate completions for single colons of paths, we clearly shouldn't do that. ```rs :$0 // shows completions ResolvedThing:$0 // shows completions UnresolvedThing:$0 // shows completions ```