Windows 11 may be what finally forces me to switch entirely to Linux, if I can find a distro that isn't run by commies. I was happy the other day when my non-work-PC came up with a warning that it was not eligible for Windows 11, but I'm assuming that it will take some manual prevention efforts to keep it off of my work PC.
I'd have switched to Linux long ago if not for Visual Studio. It's simply leaps and bounds better than every other IDE. Back in the early '00s, Microsoft basically hired all of Borland's IDE talent (Delphi and C# were both designed by the same dude) making Visual Studio the only real IDE left in the world. (Sorry, XCode users. It has some nice features, yes ... when they work ... and it doesn't crash.)
And I'm always amused when I have this discussion with web or Apple developers who respond with, "an IDE is just a text editor that launches your app, XCode/Notepad++/VIM/whatever works fine."
I've honestly most ever only built Windows software from Makefiles and the like. So basically ports of Linux stuff. And then I just edit with vi or whatever.
Some video game mods have come as VS projects, and I open them on Windows, but I ended up editing the xml manually anyways to make the build-test-debug cycle work.
Windows 11 may be what finally forces me to switch entirely to Linux, if I can find a distro that isn't run by commies. I was happy the other day when my non-work-PC came up with a warning that it was not eligible for Windows 11, but I'm assuming that it will take some manual prevention efforts to keep it off of my work PC.
I'd have switched to Linux long ago if not for Visual Studio. It's simply leaps and bounds better than every other IDE. Back in the early '00s, Microsoft basically hired all of Borland's IDE talent (Delphi and C# were both designed by the same dude) making Visual Studio the only real IDE left in the world. (Sorry, XCode users. It has some nice features, yes ... when they work ... and it doesn't crash.)
And I'm always amused when I have this discussion with web or Apple developers who respond with, "an IDE is just a text editor that launches your app, XCode/Notepad++/VIM/whatever works fine."
Visual Studio Code has been officially available on Linux for years.
Visual Studio Code is not Visual Studio. It's not bad; I use it almost daily for non-C++ projects, but it's not Visual Studio.
Yep. Visual Studio has way more functionality than VSC can provide. Nearest Visual Studio replacement would be jetbrains Rider
I've honestly most ever only built Windows software from Makefiles and the like. So basically ports of Linux stuff. And then I just edit with vi or whatever.
Some video game mods have come as VS projects, and I open them on Windows, but I ended up editing the xml manually anyways to make the build-test-debug cycle work.