GoogleCloudPlatform / cloud-code-vscode

Cloud Code for Visual Studio Code: Issues, Documentation and more
Other
420 stars 112 forks source link

Intellisense support based on remote container runtime #861

Open alexwilson1 opened 1 year ago

alexwilson1 commented 1 year ago

Use case We have multiple K8s services that we are running and debugging using Cloud Code development sessions (Python & React). Autocomplete doesn't work because the local runtime doesn't have the libraries installed.

Feature Is there any way to connect to the remote runtime and have intellisense work? This seems like a crucial part of a developer workflow. Would it be possible to work-around this using Devcontainers? What would that setup look like?