Modify source code inside Container with Visual Studio Code

Dear all, with docker-compose I created 3 containers (web, api, db) and everything works correctly.
I now need to be able to modify the Web and API source codes directly inside the containers with Visual Studio Code.
Come what should I do? Thank you

Are you using Docker Desktop?