Part III. Source Code Editing
Table of Contents
The Editor Perspective
ide-editor-perspective
IdeEditorSidebar
— The left sidebar for the editor
IdeEditorUtilities
— Container for utilities in the editor perspective
The Editor View
ide-editor-view
IdeEditorViewAddin
IdeSourceView
ide-source-view-mode
IdeSourceMap
— Source code overview minimap
Search and Replace
IdeEditorSearch
Auto-completion
IdeCompletionItem
IdeCompletionProvider
IdeCompletionResults
Semantic Highlighting
ide-highlight-engine
IdeHighlighter
ide-highlight-index
Auto-Indentation
IdeIndenter
ide-indent-style
Reformatting Code
IdeFormatter
ide-formatter-options
Snippets
IdeSourceSnippetsManager
— Manage snippets for the source code editor
IdeSourceSnippet
— A snippet to be inserted into a file
IdeSourceSnippetChunk
— An chunk of text within the source snippet
IdeSourceSnippetContext
— Context for expanding
IdeSourceSnippetChunk
IdeSourceSnippets
— A searchable collection of
IdeSourceSnippet