vscode-rust icon indicating copy to clipboard operation
vscode-rust copied to clipboard

Rust for Visual Studio Code

Results 94 vscode-rust issues
Sort by recently updated
recently updated
newest added

See screenshot below. When attempting to call a function or member variable of a type, whether defined by an external crate(such as sdl2 in the below screenshot), or even a...

racer bug

Version of VSCode: 1.14.2 Version of the extension: 0.4.2 OS: Arch Linux Description: When I use VSCode's git integration to get a diff from a rust file in my repo...

Rust 1.19 adds support for unions; in union definitions, the `union` contextual keyword should be highlighted as the `struct` and `enum` keywords are inside their respective definitions.

For example, editing a Rust file in `examples/` does not show anything. This is the default behavior of `cargo check` but you can do `cargo check --examples` to check examples....

Version of VSCode: 1.13.1 Version of the extension: 0.4.2 OS: OSX 10.11 RLS: rls 0.1.0 (38ca9b7 2017-05-14) Description: I am working on a personal project and using this extension for...

While writing doc comments, one has to tediously write all the `//!` or `///` by himself. It would be great if doc comments were automatically added after pressing enter.

Version of VSCode: 1.14.1 Version of the extension: 0.4.2 OS: Linux Mint Cinnamon 18.2 Description: I have a project I am trying to learn rust with. The rust src is...

In RLS Mode it opens a new terminal every time you save and executes cargo check there. You need to close the terminal every single time, otherwise it just creates...

Version of VSCode: 1.14.0 Version of the extension: 0.4.2 OS: Linux 64 bit (Ubuntu 16.04) Description: Using RLS mode. Test functions ( with #[test] annotations )are not analyzed. As per...

Version of VSCode: 1.14.0 Version of the extension: 0.4.2 OS: Fedora 25 RLS mode: ON Description: All rustup components were updated before proceeding. `cargo build` shows several compiler warning (unused...