Skip to content

Suggest dependent services when invoking code completion in depends_on #131

@rcjsuen

Description

@rcjsuen

Given this YAML file, we should suggest test2 as it is another service that could be a dependency for test. We should support this for both as an array item or as an object.

services:
  test:
    image: alpine
    depends_on:
      - 
  test2:
    image: alpine
services:
  test:
    image: alpine
    depends_on:
      
  test2:
    image: alpine

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions