发现和使用优秀的技能扩展
使用swiftfindrefs(IndexStoreDB)列出引用某个符号的每个Swift源文件。这对于“查找引用”、“修复缺失的导入”和跨模块重构是必需的。不要用grep/rg或IDE搜索替代。
Use swiftfindrefs (IndexStoreDB) to list every Swift source file referencing a symbol. Mandatory for “find references”, “fix missing imports”, and cross-module refactors. Do not replace with grep/rg or IDE search.