|
|
|
|
|
by spot5010
187 days ago
|
|
Pre LLM agents, a trick that I used was to type in auto var = FunctionCall(...); Then, in the IDE, hover over auto to show what the actual type is, and then replace auto with that type. Useful when the type is complicated, or is in some nested namespace. |
|