fsharp / fslang-design

RFCs and docs related to the F# language design process, see https://github.com/fsharp/fslang-suggestions to submit ideas
512 stars 142 forks source link

Add error recovery to the Tooling section #773

Closed auduchinok closed 1 month ago

auduchinok commented 1 month ago

Hi all,

I propose we add a mention of error recovery to the tooling section, so people working on new features could have a chance to think about this aspect as well. How should the analysis perform on wrong code? How should the parser deal with incomplete code? We really want the code analysis (and features) to work good enough around the code that is being edited.

vzarytovskii commented 1 month ago

Yeah, it makes sense, thanks