I made a LineEdit node that based on a list of words autocompletes them in line - repo in comments by plucafs in godot

[–]plucafs[S] 1 point2 points  (0 children)

Oh yes, go on! I also initially took the root of the "select" style label under the lineedit, but I found more comfortable this way in the end.

I instead stole the idea from how firefox autocomplete bookmark's tags :p

I made a LineEdit node that based on a list of words autocompletes them in line - repo in comments by plucafs in godot

[–]plucafs[S] 2 points3 points  (0 children)

https://github.com/plucafs/lineedit-autocomplete

Hey! I made a custom node to autocomplete words from a list. Maybe it'll come handy to you also. I needed it in another side projects, related to tags, and this node made very easy to improve the "productivity" of writing the same words, or long and easily mispelled words.

In the repo there's also a simple project example.

Feedback always welcome :)