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.
Properties
Link copied to clipboard
terminal-grid column 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.