PistonDevelopers / VisualRust

Visual Studio extension for Rust
MIT License
701 stars 73 forks source link

Support for Visual Studio 2017 #271

Closed RReverser closed 6 years ago

RReverser commented 7 years ago

VS 2017 allows much more fine-grained installation, and even though it's currently in RC stage, already enjoying it much more than 2015 version.

One thing I'm missing is though that VisualRust doesn't detect or doesn't offer installation for this version of Visual Studio yet.

KodrAus commented 7 years ago

VS 2017 is officially a thing. It'd be great to support it! I'm not familiar with what's changed from an extension writer's point of view though.

RReverser commented 7 years ago

Me neither, although extensions from the store (Extensions and Updates) which I used in VS2015 seem to work just fine. Might be a matter of just updating VisualRust's installer to detect VS2017 as well.

gurry commented 7 years ago

VS 2017 allows you to open a folder instead of having to create a project. This is great for those who prefer the native folder structure created by Cargo to a VS project. If Visual Rust can support this folder-only approach it'll be fantastic.

elahn commented 7 years ago

Looks like most of the work has been done and various issues fixed, but the build is failing on AppVeyor. Building it locally is now on my todo list. Thanks for all your work on this @vosen! 😍

MaulingMonkey commented 6 years ago

Build is succeeding on AppVeyor now. Huzzah!