Skip to content

Custom Node in the godot engine. Attachable to LineEdit to create auto complete menu

License

Notifications You must be signed in to change notification settings

Lenrow/line-edit-complete-godot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

line-edit-complete-godot

Custom Node in the godot engine. Configurable with a LineEdit to create an auto-complete menu.

Plugin Example

How to Use

  1. Add the AutoCompleteAssistant node to your scene.
  2. Select a Menu Location Control Node
  3. Add lineEdit nodes to the "line_edits" array
  4. Give completion terms to the node either via the terms array (does not work on runtime for that use the load_terms method), or via a path to a json file
  5. Now the menu should automatically be created and shown once you click on the lineEdit in a running scene

If you have any feedback or found bugs please contact me via github or my e-mail.

About

Custom Node in the godot engine. Attachable to LineEdit to create auto complete menu

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published