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

Add support for extended environment autocomplete behavior for non VSCode editors #233

Open
jgoelten opened this issue May 29, 2024 · 0 comments
Labels
enhancement New feature or request status:planned We plan to work on this

Comments

@jgoelten
Copy link

jgoelten commented May 29, 2024

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

kreya_autocompletion_behavior

@jgoelten jgoelten added the enhancement New feature or request label May 29, 2024
@CommonGuy CommonGuy added the status:planned We plan to work on this label May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request status:planned We plan to work on this
Projects
None yet
Development

No branches or pull requests

2 participants