-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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 atox.inifile in the VS Code editor the autocompletion feature should provide a list of valid environment variables defined in thetox.inifile. 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.
The-Compiler
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request