Namespace Terminal.Gui.Editor.Completion
Completion (auto-complete / IntelliSense-style) infrastructure for the editor.
Contains the IEditorCompletionProvider interface that consumers implement to supply completion candidates, and the CompletionItem type that describes individual suggestions.