rust-code-navigator
✓使用 LSP 导航 Rust 代码。触发条件:/navigate、转到定义、查找引用、定义在哪里、跳转定义、查找引用、定义在哪、谁用了这个
SKILL.md
Navigate large Rust codebases efficiently using Language Server Protocol.
| "Where is X defined?" | goToDefinition | | "Who uses X?" | findReferences | | "What type is X?" | hover | | "Find all structs" | workspaceSymbol | | "What's in this file?" | documentSymbol |
| "No LSP server" | rust-analyzer not running | Suggest: rustup component add rust-analyzer | | "Symbol not found" | Typo or not in scope | Search with workspaceSymbol first | | "Multiple definitions" | Generics or macros | Show all and let user choose |
使用 LSP 导航 Rust 代码。触发条件:/navigate、转到定义、查找引用、定义在哪里、跳转定义、查找引用、定义在哪、谁用了这个 来源:goooice/rust-skills。
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/goooice/rust-skills --skill rust-code-navigator- 分类
- </>开发工具
- 认证
- ✓
- 收录时间
- 2026-02-01
- 更新时间
- 2026-02-18
快速解答
什么是 rust-code-navigator?
使用 LSP 导航 Rust 代码。触发条件:/navigate、转到定义、查找引用、定义在哪里、跳转定义、查找引用、定义在哪、谁用了这个 来源:goooice/rust-skills。
如何安装 rust-code-navigator?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/goooice/rust-skills --skill rust-code-navigator 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/goooice/rust-skills
详情
- 分类
- </>开发工具
- 来源
- skills.sh
- 收录时间
- 2026-02-01