I'm working on a large C++ project in Visual Studio 2022 and need to reference the official API documentation for the Visual Studio SDK. The older MSDN pages seem to be moving, and I'm not sure where the latest documentation lives. Any pointers to the correct location, and whether there's a searchable index or offline PDF would be greatly appreciated.

Additionally, are there any recommended best practices for using the DTE (Development Tools Environment) objects in a modern C++ extension?