Skip to content

Suggest network names when invoking code completion in networks #132

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
rcjsuen opened this issue May 2, 2025 · 0 comments · Fixed by #137
Closed

Suggest network names when invoking code completion in networks #132

rcjsuen opened this issue May 2, 2025 · 0 comments · Fixed by #137
Assignees
Labels
compose enhancement New feature or request

Comments

@rcjsuen
Copy link
Collaborator

rcjsuen commented May 2, 2025

Given this YAML file, we should suggest abc as it is a network could be set as a network for the test service. We should support this for both as an array item or as an object.

services:
  test:
    image: alpine
    networks:
      - 
networks:
  abc:
services:
  test:
    image: alpine
    networks:
      
networks:
  abc:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compose enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant