-
Notifications
You must be signed in to change notification settings - Fork 70
Description
Dear Users and Developers,
I would like to create a custom autocompletion provider from some source. The documentation lists functions for options and some types of notifications.
Unfortunately the documentation for that case understood as shared code on the web is very sporadic.
If anyone of you knows how to get started with coding the following use-case I would be very greatful:
** A user types some characters and the autocompletion is triggered,
** I want to show my list of possible candidate completions.
Getting a current position for a parses is not a problem. But how ot handle hte callbacks such as: AUTOCCOMPLETE, AUTOCSELECTION and so on. Then there is the mysterious listUserMethod parameter, which I am confused about.
All the best and thanks,
Pawel