safesparrow / fsharp

The F# compiler, F# core library, F# language service, and F# tooling integration for Visual Studio
https://dotnet.microsoft.com/languages/fsharp
MIT License
1 stars 0 forks source link

Discuss the side-effects graph-based TC brings for diagnostics suggestions, eg. "Did you mean ...?". #27

Open safesparrow opened 1 year ago

safesparrow commented 1 year ago

As mentioned on Slack, some diagnostics try to suggest a similar name, when an unknown reference is encountered.

Removing links from the graph will have impact on those suggestions.

We should check how important this is and what sort of diagnostics this affects.

cc @nojaf

safesparrow commented 1 year ago

Also: make sure that we handle logging of individual files properly and replay the messages in the order the files appear in the project.

safesparrow commented 1 year ago

Also: Rider uses compiler errors for some quick fixes. Perhaps we should consider what error messages change and whether any changes will affect the user.