![]() |
|
Navigation |
Synopsis Show documentation strings by hovering over elements of the source text in the IDE.
Syntax
t@doc = str
Description Any parse tree node will be queried by the IDE's editor while the user is hovering over the span of text that the tree covers.
If a tree is annotated by the doc annotation, its value will be shown in a tooltip.
![]() |