Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autocomplete features #276

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

waseemdev
Copy link

Hi,
Here are two commits:

  1. I made Autocompleter abstract class and renamed default one to DefaultAutocompleter, so user can create its own implementation

    • also created SuggestionItem to be more customizable than just String, in some cases the displayed text in the popup list can be different than the actual code.
  2. made the popup list customizable so user can use his own widget using autocompleteListBuilder.

    • also moved these variables (caretPadding, autocompletePopupMaxHeight, autocompletePopupMaxWidth) to be fields in CodeEditor widget

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant