Autocompletion box for multiline TextCtrl

Hello there, I want to create suggestions or Autocomplete box as in pycharm or NetBeans for a multiline TextCtrl.The box must be shown near the cursor where we type text. Please help me…

You probably want to use the StyledTextCtrl, which supports autocompletion.
See https://wxpython.org/Phoenix/docs/html/wx.stc.StyledTextCtrl.html

Thanks for your help, I will try it.

Hello, Can you give me a simple example for autocompletion for multiline textctrl. I am getting little bit confused which classes and methods to be used.