AvalonEdit
ICSharpCode.AvalonEdit.CodeCompletion Namespace
NamespacesICSharpCode.AvalonEdit.CodeCompletion
This namespace contains classes to show the code completion window.
Declaration Syntax
C#Visual BasicVisual C++
namespace ICSharpCode.AvalonEdit.CodeCompletion
Namespace ICSharpCode.AvalonEdit.CodeCompletion
namespace ICSharpCode.AvalonEdit.CodeCompletion
Types
All TypesClassesInterfaces
IconTypeDescription
CompletionList
The listbox used inside the CompletionWindow, contains CompletionListBox.

CompletionListBox
The list box used inside the CompletionList.

CompletionWindow
The code completion window.

CompletionWindowBase
Base class for completion windows. Handles positioning the window at the caret.

ICompletionData
Describes an entry in the CompletionList.

InsightWindow
A popup-like window that is attached to a text segment.

IOverloadProvider
Provides the items for the OverloadViewer.

OverloadInsightWindow
Insight window that shows an OverloadViewer.

OverloadViewer
Represents a text between "Up" and "Down" buttons.