Add CompletionContributor to EditorTextField
Answered
Hello
I need to show CompletionContributor suggestions in my EditorTextField. Is it possible? For example, if user typing ‘/’ I want to show my suggestions.
Could you please help?
Best regards,
Alex
Please sign in to leave a comment.
Hi Alex,
See TextFieldWithCompletion.
Thanks Karol Lewandowski!