streetsidesoftware / vscode-spell-checker

A simple source code spell checker for code
https://streetsidesoftware.github.io/vscode-spell-checker/
Other
1.41k stars 126 forks source link

Enhancement: Automatically fix errors as you type #2893

Open EHMilon opened 11 months ago

EHMilon commented 11 months ago

Add Automatic fix error while typing like Word application, when we write something wrong it automatically fixes the error. If is it impossible, then add this feature. After typed wrong word, click on the word to show suggestions. If both of the above I mention not possible, at list show the lightbulb near the spelling error. And if all of those possible please add those features. Thanks developers for creating this wonderful extension. Hope you consider my request. @Jason3S

Jason3S commented 11 months ago

@EHMilon,

At the moment, it doesn't automatically fix errors as you type. It might be able to fix common spelling mistakes once the word is finished.

As for the other options, there are several ways to get suggestions:

Were you looking for something besides these options?

VSCode controls the 💡 light bulb placement.

EHMilon commented 11 months ago

Isn't it possible to click on the error word it will show suggestions as light bulb show. @Jason3S