Functions§
- class_
hover_ from_ index - Build a hover for a class/interface/trait/enum found by short name in the workspace index.
- docs_
for_ symbol_ from_ index - Return hover documentation for a symbol from a
FileIndexslice. - extract_
receiver_ var_ before_ cursor - Extract the receiver variable from immediately before
->wordor?->wordat the cursor’s exact column position. Uses the column rather thanstr::find()so multiple method calls on the same line are handled correctly. - format_
params_ str - hover_
info - resolve_
use_ alias - Resolve a use-import alias to the short class name.
- signature_
for_ symbol_ from_ index - Return a function/method signature string from a
FileIndexslice.