This namespace contains classes to show the code completion window.
Declaration Syntax
C# | Visual Basic | Visual C++ |
namespace ICSharpCode.AvalonEdit.CodeCompletion
Namespace ICSharpCode.AvalonEdit.CodeCompletion
namespace ICSharpCode.AvalonEdit.CodeCompletion
Types
All Types | Classes | Interfaces |
Icon | Type | Description |
---|---|---|
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.
|