microsoft / vscode-docker

Docker Extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-docker
Other
1.22k stars 518 forks source link

[Feature Request] Add separator lines in Dockerfile for multistage build #4386

Open ras0q opened 2 months ago

ras0q commented 2 months ago

If the extension could provide hints for separating each stage into sections, it would improve readability without the need for users to explicitly include comments separating the stages.

Slidev offers a feature similar to this. https://sli.dev/features/vscode-extension

before after
image image