pub fn code_entity_display_path(id: &EntityId) -> Option<String>Expand description
Extract the display-friendly short path from a code entity ID.
Returns the kind:qualified_path portion without the scope prefix,
or None if the ID doesn’t match the expected format.