- 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!
推薦閱讀
- PHP 從入門到項(xiàng)目實(shí)踐(超值版)
- Oracle 12c中文版數(shù)據(jù)庫(kù)管理、應(yīng)用與開(kāi)發(fā)實(shí)踐教程 (清華電腦學(xué)堂)
- Hands-On Microservices with Kotlin
- Scala編程實(shí)戰(zhàn)(原書第2版)
- Getting Started with Laravel 4
- HTML5從入門到精通(第4版)
- Create React App 2 Quick Start Guide
- Django 5企業(yè)級(jí)Web應(yīng)用開(kāi)發(fā)實(shí)戰(zhàn)(視頻教學(xué)版)
- Java Hibernate Cookbook
- 快樂(lè)編程:青少年思維訓(xùn)練
- PHP+MySQL Web應(yīng)用開(kāi)發(fā)教程
- 大話代碼架構(gòu):項(xiàng)目實(shí)戰(zhàn)版
- 趣學(xué)數(shù)據(jù)結(jié)構(gòu)
- Testing Practitioner Handbook
- Java程序設(shè)計(jì)基礎(chǔ)教程