Structs§
- Directory
Entry - Enclosing
Symbol - File
Match - File
Read Result - Pattern
Match - Smart
Pattern Match - Pattern match enriched with enclosing symbol context (Smart Excerpt).
- Text
Reference
Functions§
- create_
text_ file - delete_
lines - extract_
word_ at_ position - Extract the word (identifier) at a given line/column position in a file.
- find_
files - find_
referencing_ symbols_ via_ text - Find references to a symbol via text-based search (no LSP required). Optionally exclude the declaration file and filter out shadowing files.
- insert_
after_ symbol - insert_
at_ line - insert_
before_ symbol - list_
dir - read_
file - replace_
content - replace_
lines - replace_
symbol_ body - search_
for_ pattern - search_
for_ pattern_ smart - Smart search: pattern search enriched with enclosing symbol context. For each match, finds the nearest enclosing function/class/method via tree-sitter.