- Learning Rust
- Paul Johnson Vesa Kaihlavirta
- 216字
- 2021-07-02 23:07:12
Integrated Development Environment
To effectively code Rust, you will need at least some sort of text editor. All popular editors are properly supported, so if your favorite is Vim, Emacs, or any of the others, you will find a high-quality Rust extension there. The website https://areweideyet.com/ should give a current view of how things are.
We will cover the lightweight IDE from Microsoft, Visual Studio Code, and its most current Rust extension, called simply Rust. This IDE should work fairly well in all the different desktop environments. Installation instructions and packages for several platforms are available at Visual Studio Code's main site, https://code.visualstudio.com.
- Open up Visual Studio Code and go to the Command Palette, either by the View menu or by the keyboard shortcut Ctrl + Shift + P (which may differ between platforms). Type in install extension to look for the proper command, and then select Install Extensions:

- After selecting this, type rust into the next field to look for the Rust extension. At the time of writing, the most recent one is made by kalitaalexey:

- You can install Rust right away by pressing Install; alternatively, click on the list item itself to show information about the extension first. After installing it, reload the editor. The Rust extension is now installed and ready to use!
推薦閱讀
- 極簡算法史:從數學到機器的故事
- Getting Started with Gulp(Second Edition)
- 自己動手寫搜索引擎
- Apache Spark 2.x Machine Learning Cookbook
- 我的第一本算法書
- EPLAN實戰設計
- 數據結構習題解析與實驗指導
- Flutter跨平臺開發入門與實戰
- 常用工具軟件立體化教程(微課版)
- Learning Concurrency in Kotlin
- RESTful Java Web Services(Second Edition)
- UNIX Linux程序設計教程
- Maker基地嘉年華:玩轉樂動魔盒學Scratch
- PHP與MySQL權威指南
- Unity Android Game Development by Example Beginner's Guide