All Projects → editor-rs → Vscode Rust

editor-rs / Vscode Rust

Licence: mit
Rust for Visual Studio Code

Programming Languages

typescript
32286 projects
rust
11053 projects

Projects that are alternatives of or similar to Vscode Rust

Shader Toy
Shadertoy-like live preview for GLSL shaders in Visual Studio Code
Stars: ✭ 349 (-28.48%)
Mutual labels:  vscode-extension
Better Comments
Stars: ✭ 420 (-13.93%)
Mutual labels:  vscode-extension
Vscode Markdownlint
Markdown linting and style checking for Visual Studio Code
Stars: ✭ 444 (-9.02%)
Mutual labels:  vscode-extension
Vscode Php Intellisense
Advanced PHP IntelliSense for Visual Studio Code 🆚💬
Stars: ✭ 358 (-26.64%)
Mutual labels:  vscode-extension
Vscode Syncing
⚡️ VSCode Extension - Sync all of your VSCode settings across multiple devices.
Stars: ✭ 395 (-19.06%)
Mutual labels:  vscode-extension
Vscode Es7 Javascript React Snippets
Extension for Javascript/React snippets with search supporting ES7 and babel features
Stars: ✭ 435 (-10.86%)
Mutual labels:  vscode-extension
Vscode Todo Highlight
a vscode extension to highlighting todos, fixmes, and any annotations...
Stars: ✭ 305 (-37.5%)
Mutual labels:  vscode-extension
Shades Of Purple Vscode
🦄 Shades of Purple — A professional theme with hand-picked & bold shades of purple to go along with your VSCode. Reviewed by several designers and 75+ theme versions released to keep it updated. One of the top rated best VSCode themes on VS Code Marketplace. Download →
Stars: ✭ 486 (-0.41%)
Mutual labels:  vscode-extension
Vscode Cpptools
Official repository for the Microsoft C/C++ extension for VS Code.
Stars: ✭ 4,436 (+809.02%)
Mutual labels:  vscode-extension
Gistpad
VS Code extension for managing and sharing code snippets, notes and interactive samples using GitHub Gists
Stars: ✭ 443 (-9.22%)
Mutual labels:  vscode-extension
Code Settings Sync
🌴💪 Synchronize your Visual Studio Code Settings Across Multiple Machines using GitHub GIST 💪🌴
Stars: ✭ 3,754 (+669.26%)
Mutual labels:  vscode-extension
Iceworks
Visual Intelligent Development Pack(可视化智能开发套件)
Stars: ✭ 390 (-20.08%)
Mutual labels:  vscode-extension
Edamagit
Magit for VSCode
Stars: ✭ 440 (-9.84%)
Mutual labels:  vscode-extension
Chrome Vs Code
A web browser integrated in VS Code editor tabs. ☢️ experimental ☢️
Stars: ✭ 351 (-28.07%)
Mutual labels:  vscode-extension
Vscode R
R Extension for Visual Studio Code (execution, snippet, lint, R documantation, R Markdown)
Stars: ✭ 445 (-8.81%)
Mutual labels:  vscode-extension
Vscode Haskell
VS Code extension for Haskell, powered by haskell-language-server
Stars: ✭ 311 (-36.27%)
Mutual labels:  vscode-extension
Vscode Graphql
VSCode GraphQL extension (autocompletion, go-to definition, syntax highlighting)
Stars: ✭ 435 (-10.86%)
Mutual labels:  vscode-extension
Vscode Live Sass Compiler
Compile Sass or Scss file to CSS at realtime with live browser reload feature.
Stars: ✭ 488 (+0%)
Mutual labels:  vscode-extension
Chat
Chat with your team while you collaborate over code using VS Live Share
Stars: ✭ 468 (-4.1%)
Mutual labels:  vscode-extension
Marp Vscode
Marp for VS Code: Create slide deck written in Marp Markdown on VS Code
Stars: ✭ 442 (-9.43%)
Mutual labels:  vscode-extension

Build Status Gitter

Hello everyone. I'm a maintainer and I'm very busy. At some point rls-vscode will supersede the extension. Until that moment someone should maintain the extension. If you are interested in it, please send me an email to [email protected]

Rust for Visual Studio Code (Latest: 0.4.2)

What is the repository?

The extension is continuation of RustyCode (an extension for Visual Studio Code for Rust language).

RustyCode is no longer maintained and the developer seems to have lost all interest in the extension. Due to no response from the original author, this repository was created which now contains additional features and many bug fixes.

Extension

This extension adds advanced language support for the Rust programming language within VS Code. It features:

  • Rust Language Server integration.
  • Autocompletion (via racer or RLS).
  • Go To Definition (via racer or RLS).
  • Go To Symbol (via rustsym or RLS).
  • Code formatting (via rustfmt).
  • Code Snippets.
  • Cargo tasks (Ctrl+Shift+P and type cargo to view them).
  • …and a lot of other features. To learn more, see the documentation.

On update, please review the changelog.

Installation

  1. Firstly, you will need to install VS Code 1.8 or later.

  2. Now in VS Code, Ctrl+P and type ext install vscode-rust.

  3. Choose to install the "Rust" extension.

The extension can also be found on the VS Code marketplace.

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].