This is an AutoCompleteMenu based on this: http://www.codeproject.com/Articles/365974/Autocomplete-Menu - ByPavel Torgashov The main added feature is SctintillaNET wrapper and also fixed several bugs that can be seen in GitHub. ========================== Changes v2.1: * ToolTips now support changing of their BackColor and ForeColor. * Fixed ToolTip showing in wrong location in first time. * Added an AutoWidth feature.
$ dotnet add package AutoCompleteMenu-ScintillaNETThis library is a general auto complete menu library based on the library originally created by Pavel Torgashov.
AutoComplete.TargetControlWrapper = new ScintillaWrapper(scintilla1);.And many more.. The library is not documented well so feel free to open issues in the repository for any questions or feature requests.