Configuration options for editor find widget

Hierarchy

  • IEditorFindOptions

Index

Properties

Optional addExtraSpaceOnTop

addExtraSpaceOnTop: boolean

Optional autoFindInSelection

autoFindInSelection: "never" | "always" | "multiline"

Controls if Find in Selection flag is turned on in the editor.

Optional seedSearchStringFromSelection

seedSearchStringFromSelection: boolean

Controls if we seed search string in the Find Widget with editor selection.