2cc6b61867
This adds support for LSP's "Inline Values" for variables and properties, allowing their values to be seen floating in the editor while stepping with a debugger without having to hover. Including property access/getters may be useful too, but that can be added in a future CL (and perhaps initially behind a flag to get feedback, in case it turns out to bee too noisy). Fixes https://github.com/dart-lang/sdk/issues/59891 Change-Id: I6305cfa9a7583c30500b90ee3b29852c82cc2494 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/412080 Commit-Queue: Brian Wilkerson <brianwilkerson@google.com> Reviewed-by: Phil Quitslund <pquitslund@google.com> Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>