expressions property
The list of sub-expressions in the code for which the server would like to know runtime types to provide better completion suggestions.
This field is omitted the field "suggestions" is returned.
Implementation
List<RuntimeCompletionExpression>? expressions;