vscode-rust
vscode-rust copied to clipboard
Rust for Visual Studio Code
I have no idea why the code is flooded with newlines. It simply fits less in the screen and makes it hard to read. For example, imports should be organized...
Version of VSCode: 1.11.2 Version of the extension: 0.3.11 OS: LInux x64 Description: Currently, the syntax highlighter is rather coarse and makes no distinction between identifiers and other forms of...
Currently rustc cannot determine that you are using Build Tools 2017. I have to compile in Developer Command Prompt. The new configuration parameter will allow a user to make the...
Version of the extension: 0.3.10 The extension could check if the file was saved manually as opposed to by File > Auto Save. When set to save automatically via the...
The current behavior is quite annoying; it hijacks my only terminal, and pollutes my terminal history. I would like to request the separated and suppressible output style like before. This...
Version of VSCode: 1.10.2 Version of the extension: 0.3.10 OS: Windows 10 Pro, version 1607 (x64) Description: When saving a .rs file with both the Rust extension and `editor.formatOnSave` enabled,...
Version of VSCode: 1.9.1 Version of the extension: 0.3.10 OS: Windows Description: When editing Rust documentation (```///```), it will be nice to automatically adds prefix (```/// ```, with same indentation...
Version of VSCode: 1.10.1 Version of the extension: 0.3.10 OS: macOS 10.12.2 (Sierra) Description: Testing should have better integration with vscode rust extension. 1) Enable Test runner in status bar...
Hello everybody. Currently the action, which the configuration parameter `"rust.actionOnSave"` is set to, uses the corresponding configuration parameter to get arguments (buildArgs, checkArgs, ...). Do you want to have ability...
Version of VSCode: 1.10.1 Version of the extension: 0.3.10 VS Code now supports extensions specifying [language-specific editor settings](https://code.visualstudio.com/updates/v1_10#_language-specific-editor-settings). As far as I'm aware, these are considered the most commonly used...