In many cases, the language server reads files from disk (e.g. when searching for documentation comments to show in hover requests), despite the fact that LSP messages provide the full content of opened/changed files. When we have that content available, we should prefer to read it instead of going back to disk
In many cases, the language server reads files from disk (e.g. when searching for documentation comments to show in hover requests), despite the fact that LSP messages provide the full content of opened/changed files. When we have that content available, we should prefer to read it instead of going back to disk