Expand description
Find resource types and methods mirroring the JS SDK’s resources/find.ts.
Structs§
- Find
Files Params - Query parameters for searching files by name.
- Find
Resource - Accessor for the
/findendpoints. - Find
Symbols Params - Query parameters for searching symbols.
- Find
Text Params - Query parameters for searching text in files.
- Find
Text Response Item - A single item in a text search response.
- Lines
- Lines context for a text search result.
- Path
Info - 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.
- Symbol
Info - Information about a symbol found in the workspace.
- Symbol
Location - The location of a symbol, including its URI and range.
- Text
Match - A text match value.
Type Aliases§
- Find
Files Response - Response from searching for files by name.
- Find
Symbols Response - Response from searching for symbols.
- Find
Text Response - Response from searching for text in files.