Provide high-confidence spelling suggestions as suggestion diagnostics #41582
Labels
Domain: JavaScript
The issue relates to JavaScript specifically
Experimentation Needed
Someone needs to try this out to see what happens
Fix Available
A PR has been opened for this issue
Rescheduled
This issue was previously scheduled to an earlier milestone
Suggestion
An idea for TypeScript
Milestone
When JavaScript users don't have type-checking turned on, there are often some good suggestions left on the table that go to waste.
Obviously we can't just provide all the errors that
checkJs
would issue, but there are a few good ones. Specifically, spelling suggestions could be provided if we were more confident in how useful they are, where confidence is determined by some rules.Some of the following rules might be worth investigating:
The text was updated successfully, but these errors were encountered: