zshamrock / dynoman

DynamoDB management UI
GNU General Public License v3.0
7 stars 0 forks source link

Research on implementing text field auto completions for the env vars #269

Closed zshamrock closed 4 years ago

zshamrock commented 4 years ago

When #5 is complete, consider implementing (it should be possible) auto-completion for the text field if the value starts with {{ for the currently selected environment (or global if no environment is selected).

When the way to implement this found, consider (through the separate tickets) expand this to the attribute names, as well as function names.

zshamrock commented 4 years ago

Might worth to take a look into integrating with the ControlFX https://github.com/controlsfx/controlsfx in particular TextFields.bindAutoCompletion.