mirror of https://github.com/icsharpcode/ILSpy.git
Browse Source
Local variable references are emitted as reference segments (via WriteLocalReference), but their reference object is an ILVariable, which BuildHoverContent could not resolve to an IEntity - so hovering a local showed nothing. Render the declared type (syntax-highlighted, via a new Language.GetRichText(IType) overload) with the name and whether it is a parameter or a local, directly from the ILVariable. Assisted-by: Claude:claude-fable-5:Claude Codepull/3907/head
3 changed files with 25 additions and 0 deletions
Loading…
Reference in new issue