Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager interface {
layout.Model
GetLayers() []*lipgloss.Layer
Open() bool
// SetEditorBottom sets the height from the bottom of the screen where the editor ends.
// This is used to position the completion popup above the editor.
SetEditorBottom(height int)
}
Manager manages the dialog stack and rendering
type MatchMode ¶ added in v1.18.8
type MatchMode int
MatchMode defines how completion items are filtered
type SelectedMsg ¶
type SelectionChangedMsg ¶ added in v1.18.8
type SelectionChangedMsg struct {
Value string
}
SelectionChangedMsg is sent when the selected item changes (for preview in editor)
Click to show internal directories.
Click to hide internal directories.