Uh oh!
There was an error while loading. Please reload this page.
Add symbol and type highlighting to F# diagnostics - #20097
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
auduchinok
commented
Jul 30, 2026
This is ready. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
This comment has been minimized.
This comment has been minimized.
|
c1d1580 to
a048ed5Compare🔍 Tooling Safety Check — Affects-Bootstrap, Affects-Build-Infra, Affects-Compiler-Output
|
T-Gro
commented
Aug 12, 2026
Approved, but I see a CI failure (will need to re-approve as any new push dismisses the review no) |
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
fab0157 to
f1bc448CompareUh oh!
There was an error while loading. Please reload this page.
Implements highlighting for symbols and types in diagnostic messages to be used by IDEs and tools like F# Interactive.
To make it possible, this PR introduces
RichTexttype which wrapsTaggedText[]uses and making the code simpler to work with in existing FCS APIs like tooltips.The FSComp helpers generation is changed in a way that the same format works without changes, and only an additional
RichTextflag is needed in the fsproj.