rust - 我们如何在 VSCode 中编辑 Rust 文件?

标签 rust visual-studio-code

<分区>

我喜欢新的 VSCode,并愿意将其用于 Rust 编程。是否有可用的 Rust 插件?

最佳答案

将在下一个 VSCode 更新中支持 Rust 语法着色。

“VSCode 基于 Atom”。这是不准确的。 VSCode 建立在 Electron 之上(是 AtomShell),编辑器和工作台是基于完全不同的代码(Monaco editor)

关于rust - 我们如何在 VSCode 中编辑 Rust 文件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30232236/

相关文章:

global-variables - 是否可以在 Rust 中使用全局变量?

windows - 如何在 Rust 中使用 SetWindowsHookEx?

rust - 在单独的模块中使用时使用未声明的类型或模块 `std`

visual-studio-code - Visual Studio Code 水平和垂直拆分

rust - 带有引用的通用参数用作函数指针参数

Rust 泛型, "` T` 可能活得不够长”

visual-studio-code - Visual Studio 代码 : Unable to open 'MyFile.h' : File not found

visual-studio-code - WebView 中的 VSCode 跨源请求

javascript - 将 VSCode 更新到 1.32.1 后出现 Jest "No tests found"

python - 无法在 vscode 中使用 jupyter 笔记本中的导入