fn type_candidates(doc_text: &str, src_root: Option<&Path>) -> Vec<Completion>Expand description
Type-position candidates: built-in types (with registry docs), then every
type declaration found in the project sources and the embedded bynk
surface (so the transparent surface types Uuid/Method/… come for free).