Clarification for InlineValue request by haukot · Pull Request #1982 · microsoft/language-server-protocol
Copy link Copy Markdown
Based on the current description of the InlineValue request, it gives the impression that the LSP server should compute the values, and the editor simply shows them. But it actually returns not the values, but the information (variable names, expressions) based on which the editor should compute the values.
I got confused by this at first, and have tried to rephrase it to be more aligned with the actual feature.
References that helped me to understand: