OmiyaGames/template-unity-project

[FEATURE] Add auto-complete in the key field in TranslatedString's PropertyDrawer

japtar10101 opened this issue · 1 comments

Is your feature request related to a problem? Please describe.

Localization.

Describe the solution you'd like

If the dictionary field is set, use it to create an auto-complete context menu under the key field that searches the keys of the dictionary, and provide options.

Tasklist

  • Look for a library that can provide an autocomplete UI.
  • Look for a library that can index and search keys in a translation dictionary.

Additional context

Carry-over from the old Bitbucket Mercurial project:
https://bitbucket.org/OmiyaGames/hg-template-unity-project/issues/54/add-auto-complete-in-the-key-field-in

Fix #57 instead of this task.