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
I would be interested in working on this issue to implement both the highlighting of environment variables and the autocomplete functionality. You can use RichText inside a Stack to overlay the highlighted text while keeping the TextField editable. For autocomplete suggestions, you can utilize Flutter’s TextField with the onChanged() method and implement a custom autocomplete overlay.
I am actually done with the implementation just have to rewrite the tests. Used the existing EnvCellField with modifications to the custom implementation of multi_trigger_autocomplete package to allow autocomplete suggestions without a trigger.
Tell us about the task you want to perform and are unable to do so because the feature is not available
The header field doesn't highlight or suggest environment variables on user typing though it supports environment variables substitution.
Describe the solution/feature you'd like us to add
The field should show autocomplete suggestions for both headers and env variables and highlight env variables.
The text was updated successfully, but these errors were encountered: