PistonDevelopers / VisualRust

Visual Studio extension for Rust
MIT License
702 stars 72 forks source link

is a vs 2017 extension available? #308

Open furesoft opened 5 years ago

sgeos commented 5 years ago

Same question. Is a version that supports Visual Studio 2017 available?

vhnatyk commented 5 years ago

+++++

sgeos commented 5 years ago

I found this. https://marketplace.visualstudio.com/items?itemName=DanielGriffen.Rust

chrpai commented 1 year ago

I have experience getting this type of Visual Studio Extension working on VS 2017, 2019, 2022. Is there interest in this still?

sgeos commented 1 year ago

I am still interested.

Boddlnagg commented 1 year ago

Please note that even if this extension were to be made to work with more recent versions of VS, it is not really usable for "current" Rust, because the most recent development predates event the 2018 Edition of Rust, so the grammar for the syntax highlighting is outdated, more recent Cargo features are not supported, and the autocompletion (based on "racer") was never really working well to begin with. So I would consider any effort to make this extensions work with recent VS to be a waste of time. Visual Studio Code with the rust-analyzer extensions will provide a much better experience.