< 返回版块

Vensence 发表于 2020-08-27 02:59

Tags:vscode,ra

windows10 因为墙大的wall,导致每次在vscode里面下载ra的binary包都没办法下完整,直接下个exe丢进AppData\Code\User\globalStorage\matklad.rust-analyzer似乎功能并不完整,除了挂代理有没有别的办法(比如手动安装什么的)。萌新请教各位大大

评论区

写评论
PrivateRookie 2020-08-27 13:12

哈哈, 我写这篇文章的时候没想到 ra 发展那么快, 现在看有些内容已经过时了

--
👇
jiulixiao: 可以试下下面的代码:

git clone https://github.com/rust-analyzer/rust-analyzer.git --depth 1
cd rust-analyzer
cargo install-ra

详情可以看原文,链接在这:《VSCode 使用 rust-analyzer》-- PrivateRookie

PokxCuq 2020-08-27 13:11

自己ra的github release去下已经编译好的或自己编译ra,然后在去vscode的ra插件设置里面手动设置ra的的路径就行。。。这种插件发展到一定水平,大概率会有离线安装方案的。就像codelldb也有离线安装方案。

jiulixiao 2020-08-27 09:59

当然,官方文档对于各种方案写得也很详尽:Rust Analyer User Manual

--
👇
jiulixiao: 可以试下下面的代码:

git clone https://github.com/rust-analyzer/rust-analyzer.git --depth 1
cd rust-analyzer
cargo install-ra

详情可以看原文,链接在这:《VSCode 使用 rust-analyzer》-- PrivateRookie

jiulixiao 2020-08-27 09:47

可以试下下面的代码:

git clone https://github.com/rust-analyzer/rust-analyzer.git --depth 1
cd rust-analyzer
cargo install-ra

详情可以看原文,链接在这:《VSCode 使用 rust-analyzer》-- PrivateRookie

1 共 4 条评论, 1 页