You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The embedded vscode editors allow the user to navigate through nested environment variables using a contains filtering logic. Unfortunately, filtering in all non-vscode editors is more restrictive and limits the user to a startswith filtering logic.
Describe the solution you'd like
Filtering nested environment data organized with prefixed JSON properties is more efficient when autocompleted with contains logic. From a productivity perspective it requires less interactions from the user to navigate through a nested environment json-hierarchy.
Describe alternatives you've considered
An alternative is to enter the exact property, select it from the suggested list using the arrow keys or select by mouse click.
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The embedded vscode editors allow the user to navigate through nested environment variables using a
contains
filtering logic. Unfortunately, filtering in all non-vscode editors is more restrictive and limits the user to astartswith
filtering logic.Describe the solution you'd like
Filtering nested environment data organized with prefixed JSON properties is more efficient when autocompleted with
contains
logic. From a productivity perspective it requires less interactions from the user to navigate through a nested environment json-hierarchy.Describe alternatives you've considered
An alternative is to enter the exact property, select it from the suggested list using the arrow keys or select by mouse click.
Additional context
The text was updated successfully, but these errors were encountered: