Merge pull request #454 from Nangos/patch-41

Update appendix-04-useful-development-tools.md
This commit is contained in:
KaiserY 2020-08-09 23:00:49 +08:00 committed by GitHub
commit 604eaf2e77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -157,7 +157,7 @@ fn main() {
$ rustup component add rls
```
接着为特定的 IDE 安装 language server 支持,如便会获得如自动补全、跳转到定义和 inline error 之类的功能。
接着为特定的 IDE 安装 language server 支持,如便会获得如自动补全、跳转到定义和 inline error 之类的功能。
请查看 [其文档][rls] 来了解 `rls` 的更多信息。