microsoft/compose-language-service

Prioritization of Compose Language Service Improvements V1

ucheNkadiCode opened this issue · 4 comments

This list is in Priority order. We want to have snippets that help our customers and then give them examples of the various signatures that could complete their statement.

  • Image links
  • Hover help
  • Volume snippets
  • Port snippets
  • (Validation) Syntax (indentation, etc.)
  • #57
  • #58

Volume signatures
Port signatures

I added a couple parity items that currently exist in the extension (links and hover).

Ben from Docker directed me to https://github.com/compose-spec/compose-spec/blob/master/schema/compose-spec.json for a schema. We can probably use this to, at a minimum, perform compose schema validation. It may also give us some hover help.

Moving what's left into separate issues.