The traditional way of working with DDEV is from the host side, where you can ddev ssh
or ddev exec
but you're kind of on the outside looking in.
But with VS Code's Dev Containers extension you can actually work inside the container, which is just like working on your server. Instead of ddev drush
you just do drush
.
Mike Anello has long taught this technique, but it has a few rough edges. We'll work on those rough edges and show the whole thing.