mirror of
https://github.com/KaiserY/trpl-zh-cn
synced 2024-11-13 03:21:20 +08:00
Merge pull request #454 from Nangos/patch-41
Update appendix-04-useful-development-tools.md
This commit is contained in:
commit
604eaf2e77
@ -157,7 +157,7 @@ fn main() {
|
|||||||
$ rustup component add rls
|
$ rustup component add rls
|
||||||
```
|
```
|
||||||
|
|
||||||
接着为特定的 IDE 安装 language server 支持,如比便会获得如自动补全、跳转到定义和 inline error 之类的功能。
|
接着为特定的 IDE 安装 language server 支持,如此便会获得如自动补全、跳转到定义和 inline error 之类的功能。
|
||||||
|
|
||||||
请查看 [其文档][rls] 来了解 `rls` 的更多信息。
|
请查看 [其文档][rls] 来了解 `rls` 的更多信息。
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user