Without hesitation, I tried it immediately (all satisfied).
Loved the new IntelliSense which can now support C++20 concepts properly to provide hints.
One ought to adore new technologies and apply them to the max to make life easier. I am in love with modern C++ I suppose.
I'll wait for a bit until the Preview has been mashed on by a few more non-MS programmers. VS 2019 at the present moment suffices for my wants and needs. C++20 is in my "to learn" queue behind C++11/14/17.
Oh, and the size footprint of VS 2022 isn't all that massive, considering I installed just a couple of packages for the test. I routinely install to a secondary drive other than my boot drive. 2022 only chewed up about 2GB of space on my C:\ drive. D:\ is 5.48GB (5.54GB on the drive).
VS 2022, not bad for a preview. Now I will have to wait for the official release.
Losing all my extensions and IDE customizations I did in 2019 does make my 2022 experience tinged with a bit of sadness.
OK. Tried it. Works fine with Windows 7 SP1. VS2022 preview 1.1 installs alongside VS2019 OK. Both can be used at once. The VS2019 .sln files et al are compatible with VS2022 so there's no one-way upgrade required (as there was from VS2017 to VS2019). Hence it seems that you can use the same project/solution in VS2019 and VS2022 and switch between them. As VS0202 is preview - and as Microsoft says - don't use it for production programs.
Ah, so the preview version I had WAS buggy, thanks for the test and info.
I believe I'll wait for a bit to try a newer preview, that batch build crash made me a bit leery of the situation. 2019 works well for me at this time.
How is CMake there? Is it good like in CLion or still terrible? I need VS to have good CMake compatibility to convince people to switch out of vcxproj files... Maintaining these in a crossplatform codebase is not fun.
How is CMake there? Is it good like in CLion or still terrible? I need VS to have good CMake compatibility to convince people to switch out of vcxproj files... Maintaining these in a crossplatform codebase is not fun.
I've been using CMake to generate my VS solution & project files for years, and it's always seemed fine to me. What problems have you been seeing with it?
> I need VS to have good CMake compatibility to convince people to switch out of vcxproj files... > Maintaining these in a crossplatform codebase is not fun.
That's odd, I never had a problem with crashes in 2017. 2019 crashes multiple times in a row. Especially if I copy and paste code. To the point where if it crashes on the second attempt to paste code, I just don't do it.