Launching Unreal Engine Editor from Visual Studio(2022)

Is there a way to launch the Unreal Editor automatically from Visual Studio after compiling a cpp project?

In VS2022 F6 is to build the solution and Shift F6 is the build the project. ctrl+Shift+B is also to build the project. After building the editor does not launch.

Green play button should automatically start the editor - if your project is properly configured I suppose.

It’s actually ctrl+F5. This compiles the project and launches UE5.