rcjsuen / dockerfile-language-service

Dockerfile language service for providing an API to create feature-rich Dockerfile editors in JavaScript.
MIT License
16 stars 2 forks source link

Can't highlight or rename declared build stages with the same name #42

Closed rcjsuen closed 5 years ago

rcjsuen commented 5 years ago
FROM node as bootstrap
FROM node as bootstrap

If you put your cursor inside bootstrap, you can only rename itself and highlight itself. It should find both instances in the Dockerfile to make it clear that their names are identical.