Update appendix-04-useful-development-tools.md

This commit is contained in:
Nango 2020-08-09 01:57:57 -05:00 committed by GitHub
parent 4bec93cede
commit bfa7e3204b
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` 的更多信息。