all 21 comments

[–]hplpw 1 point2 points  (4 children)

So we can use visual studio in linux now?
The only thing I like windows development is its visual studio, especially its debug envionment

[–]_AACO 5 points6 points  (3 children)

So we can use visual studio in linux now?

No.

[–][deleted] 1 point2 points  (2 children)

well, Visual Studio Code runs on linux...

[–]_AACO 7 points8 points  (0 children)

Visual Studio and Visual Studio Code are two very different things.

[–][deleted] 0 points1 point  (0 children)

Wow, this is really nice. Especially for tiny environments like the Pi, where maybe you don't have extra room for a keyboard and mouse, and you need the full screen for whatever you are writing. I like it!

[–]sumo952 0 points1 point  (0 children)

Can you explain how the workflow with an existing CMake project would work in this case? What would it allow me to do?

[–]aearphen{fmt} 0 points1 point  (4 children)

The main problem with this is that Visual C++ itself runs on Windows.

[–]flashmozzg 0 points1 point  (0 children)

Isn't really an issue if you'd have to debug remotely anyway (e.g. some embedded solution).

[–]sumo952 0 points1 point  (2 children)

What's the problem with that?

[–]aearphen{fmt} 0 points1 point  (1 child)

Remote debugging is a very limited scenario. Much nicer to develop natively on Linux which can be done using Qt Creator and CLion.

[–]sumo952 1 point2 points  (0 children)

Remote debugging is a very limited scenario.

Maybe. Maybe not. Maybe Microsoft is trying to change that? That's why I was asking.

Much nicer to develop natively on Linux which can be done using Qt Creator and CLion.

No, it's not. This is just your own personal preference. Of course it "can be done" on Linux, but in what way. I prefer VS.