Sublime中为rust添加智能提示

https://github.com/phildawes/racer

下载后解压进入目录运行cargo build --release 得到racer.exe

https://github.com/rust-lang/rust

下载后解压即可

sublime插件安装RustAutoComplete,还有个Rust,如果最终没效果的话,可以顺便把这个也装上。

配置RustAutoComplete

 search_paths这里要改成rust源码里的library目录

如:rust-master\library

即可!!!

图我都是借来的,就是这么懒

参考:

https://blog.csdn.net/varding/article/details/47417965?utm_source=blogxgwz6

原文地址:https://www.cnblogs.com/yans/p/13791399.html