Skip to content
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

env: placeholder completion #1862

Open
rsteube opened this issue Sep 22, 2023 · 0 comments
Open

env: placeholder completion #1862

rsteube opened this issue Sep 22, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@rsteube
Copy link
Member

rsteube commented Sep 22, 2023

Request

Environment variables can be dynamic.

Proposed solution

Support placeholders in variable name defiinitions and completions to support this.
Might be good to use variables or env as key instead of names.

variables:
  STATIC: static name
  DYNAMIC_<dyn>:  dynamic name
completion:
  variable:
    STATIC: ["one", "two"] 
    DYNAMIC_<dyn>: ["three", "four"]
  placeholder:
    dyn: ["five", "six"]

Anything else?

No response

@rsteube rsteube added the enhancement New feature or request label Sep 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant