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

Provide autocompletion for variables tox.ini files #21

Open
pkirch opened this issue Apr 25, 2022 · 0 comments
Open

Provide autocompletion for variables tox.ini files #21

pkirch opened this issue Apr 25, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@pkirch
Copy link
Contributor

pkirch commented Apr 25, 2022

Problem

In larger tox.ini files many variables are used. In order to ease development it would be quite helpful to have autocompletion for variables while development.

Solution

  • As soon the user is typing { inside a tox.ini file in the VS Code editor the autocompletion feature should provide a list of valid environment variables defined in the tox.ini file. Example of a custom variable: {env:MY_SETTING}
  • Further it would be helpful also to have Tox's integrated variables available in the autocomplete feature. Example: {toxinidir}

Related

This feature could build upon a common foundation which is already used for issue #19.

@pkirch pkirch added the enhancement New feature or request label Apr 25, 2022
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