Skip to main content

Module find

Module find 

Source
Expand description

Find resource types and methods mirroring the JS SDK’s resources/find.ts.

Structs§

FindFilesParams
Query parameters for searching files by name.
FindResource
Accessor for the /find endpoints.
FindSymbolsParams
Query parameters for searching symbols.
FindTextParams
Query parameters for searching text in files.
FindTextResponseItem
A single item in a text search response.
Lines
Lines context for a text search result.
PathInfo
Path information for a text search result.
Position
A position in a text document (zero-based line and character offset).
Range
A range in a text document represented by a start and end position.
Submatch
A sub-match within a text search result.
SymbolInfo
Information about a symbol found in the workspace.
SymbolLocation
The location of a symbol, including its URI and range.
TextMatch
A text match value.

Type Aliases§

FindFilesResponse
Response from searching for files by name.
FindSymbolsResponse
Response from searching for symbols.
FindTextResponse
Response from searching for text in files.