Package-level declarations
Types
Configuration for selection match highlighting.
A cursor that iterates over regex matches in a Text document.
A cursor that iterates over string matches in a Text document.
A match found by a search cursor.
Represents a search query with options for how to match.
Properties
Close the search panel.
Move the selection to the next match.
Move the selection to the previous match.
Command that opens the go-to-line dialog.
Open the search panel. Lazily installs the search extension if needed.
Replace all matches in the document.
Replace the current match (if any) and move to the next one.
Default search keymap bindings.
State field tracking whether the search panel is open.
State field tracking the current search query.
Select all matches as a multi-selection.
Select all instances of the currently selected text.
Effect to set the current search query.
Effect to toggle the search panel open/closed.
Functions
Get the current search query from an editor state.
Extension that highlights all occurrences of the currently selected text.
Whether the search panel is currently open.