VSCode rust文件中的api点击无法跳转问题

如果配置了vscode的setting.json

windows端的话

复制代码
"settings": {    
    "typescript.tsc.autoDetect": "off",
	"rust-analyzer.linkedProjects": [
		".\\gui-btn\\Cargo.toml",
		".\\temp\\Cargo.toml",	
	],

其他端类似

能不能跳转主要是靠rust-analyzer.linkedProjects的配置

相关推荐
shimly1234563 小时前
RUST Arc
rust
生信碱移3 小时前
Vscode 连接 ipynb 选择内核无法自动显示 conda 环境对应的 python
服务器·人工智能·经验分享·vscode·python
爱就是恒久忍耐3 小时前
VSCode里clangd如何配置跳转
ide·vscode·编辑器
SmartManWind4 小时前
vscode中claude-code插件wsl中开启自动模式
ide·vscode·编辑器·claude code
盒马盒马5 小时前
Rust:Vec
开发语言·rust
doiito5 小时前
【Agent Harness实战】认清现实吧,LLM就是个“超级赌场”,而我们需要的是一套“紧箍咒”
架构·rust
盒马盒马5 小时前
Rust:String
java·前端·rust
Watink Cpper5 小时前
VSCode通过ChatGPT5.5登陆codex:sign-in could not be complete 问题解决方案
ide·vscode·编辑器·codex·gpt5.5
techdashen6 小时前
用 Rust 真正发出 Ping:FFI 类型、newtype 与 MaybeUninit
开发语言·后端·rust
星栈独行19 小时前
Makepad 应用如何读文件、调接口、保存数据
前端·程序人生·ui·rust·github