Functionsยง
- docs_
for_ symbol - Look up markdown documentation for a symbol by name across all indexed documents.
Returns a markdown string with a code fence signature and optional PHPDoc annotations,
or
Noneif the symbol is not found. - hover_
at - Full hover implementation.
- hover_
info - signature_
for_ symbol - Return the plain-text signature for a symbol (function or method) found in
any of the supplied documents, or
Noneif not found.