rhysd / tui-textarea

Simple yet powerful multi-line text editor widget for ratatui and tui-rs
https://crates.io/crates/tui-textarea
MIT License
347 stars 63 forks source link

Support text "hints" #56

Open chiefnoah opened 10 months ago

chiefnoah commented 10 months ago

I'd like to offer suggestions for auto-complete-like functionality and display a suggestion/hint in the text area using the "placeholder text" styling.

I want to reuse the styling from the placeholder, but allow for it to show up even if the text area isn't empty.

chiefnoah commented 10 months ago

I believe I can implement this myself without too much difficulty, will you accept PRs for a feature like this?