I've been looking a while for this but don't seem to be able to find a decent solution without creating extra mess in my workspace.
Is it possible to use an editor, such as VSCode, and make its intellisense use compiled code that resides inside a docker container (or multiple)?
One way to perhaps accomplish is this by creating shared volumes that link the node_modules and the compiled folder.
In my workspace i'm using NodeJS, Npm modules and my editor of choice is, visual studio code. The workspace setup is launched using docker-compose
Any suggestion is welcome