dotnet / dotnet/vscode-csharp

Add interFileDependencies Support for Inlay Hints + CodeLens

Open
#5,723 0 comments 0 reactions 1 assignee Claimed by @akhera99 View on GitHub
Bug Triaged
Dominant language
TypeScript
Stars
3.1k
Forks
737
Avg merge
17h 56m
Merged PRs (30d)
21

Description

Open two .CS file in separate windows
Create a type in the one of the windows, create an instance of the type in the second window
For inlay hints
Modify a parameter of the constructor of the type
Note that the parameter hint in the second window does not get updated without a change in the file
For code lens
Note that the code lens does not get updated unless a focus occurs after creating an instance of the type.

This needs to be added to the LSP Spec, similar to what is done for pull diagnostics [interFileDependencies](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#diagnosticOptions)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.