SwingShellSuggestionRequest

data class SwingShellSuggestionRequest(val commandText: String, val cursorOffset: Int, val anchorColumn: Int, val anchorRow: Int)

Immutable command-line context used to request shell suggestions.

Constructors

Link copied to clipboard
constructor(commandText: String, cursorOffset: Int, anchorColumn: Int, anchorRow: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

terminal-grid column used as the popup anchor.

Link copied to clipboard

terminal-grid row used as the popup anchor.

Link copied to clipboard

visible command-line text known to the provider.

Link copied to clipboard

UTF-16 cursor offset within commandText.