JakeHandsome / egui_autocomplete

An egui textbox with autocomplete dropdown

Home Page:https://jakehandsome.github.io/egui_autocomplete/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crates.io Documentation codecov Dependency status

egui_autocomplete

An extension to the [egui::TextEdit] that allows for a dropdown box with autocomplete to popup while typing.
You can select the suggestions with arrows keys + enter/tab or mouse clicks.

View web example here

To enable egui persistence, enable the serde feature

About

An egui textbox with autocomplete dropdown

https://jakehandsome.github.io/egui_autocomplete/

License:MIT License


Languages

Language:Rust 94.8%Language:Nix 5.2%Language:Shell 0.1%