boocs / ue4-intellisense-fixes

Automatically fixes VSCode/Unreal Engine Intellisense Config bugs on startup
MIT License
162 stars 9 forks source link

Add support for C++20 #20

Closed Vivraan closed 2 years ago

Vivraan commented 2 years ago

A lot of tools and plugins now support various features such as coroutines, so adding the C++20 standard option will help work with those!

boocs commented 2 years ago

Ok, I'll try to release it tonight.

boocs commented 2 years ago

I'm not sure what to do about the error message I give to UE5 projects. If it's not set to c++17 I give a error.

I don't want new developers to choose c++20 and use c++20 code. Intellisense wont error but when they try to build it will error since the build will still be using c++17.

Maybe I'll just leave the error message and people who use c++20 can just ignore it.

boocs commented 2 years ago

I released 3.1.3 with c++20 support.