top | item 32906187

(no title)

zibby8 | 3 years ago

Why does Visual Studio need to support Rust when VS Code has amazing Rust support?

discuss

order

qbasic_forever|3 years ago

It's been ages since I last looked but IIRC Visual Studio is still the go-to and only real option for oldschool win32 programming (i.e. native windows, COM, etc.). I'm sure there are plugins and machinations to make VS Code competent at win32 too but for some companies and shops they're sticking to Visual Studio.

scoutt|3 years ago

Never underestimate the power of creating UIs with a drag and drop editor. Command line tools for general users ended in the 80’s.

As far as I know, creating and dealing with UIs in Rust is a pain.

I’m waiting for MS Visual Rust.

thesuperbigfrog|3 years ago

>> I’m waiting for MS Visual Rust.

My thoughts exactly.

Officially supported tools and SDKs are required in some industries. MS Visual Rust would be awesome!

thesuperbigfrog|3 years ago

>> Why does Visual Studio need to support Rust when VS Code has amazing Rust support?

It's about 'skin in the game' and dog-fooding. If Microsoft is serious about Rust, they will use it internally and support it officially.

It's easy to give an opinion on Twitter about how everyone should use Rust and stop using C / C++ for new projects.

Officially supporting Rust in your enterprise software development tools and SDKs shows that you are serious and committed to what you say.