pub fn get_all_symbols( code: &String, search_key: &str, symbol_query: Box<dyn SymbolQuery>, ) -> Vec<(usize, String)>
获取源码中的所有符号