emacs-languagetool / flycheck-languagetool

Flycheck support for LanguageTool
GNU General Public License v3.0
54 stars 8 forks source link

Is it possible to get suggestion for the spelling mistakes correction #30

Open jcubic opened 5 months ago

jcubic commented 5 months ago

Right now when I have a spelling mistake I only see this message:

Possible spelling mistake found. [(MORFOLOGIK_RULE_EN_US)]

It doesn't explain how to fix the error. If I don't know how to spell it I need to copy and paste into the browser to see suggestion.

jcs090218 commented 5 months ago

I don't think there is such a feature yet. However, flymake-languagetool does have it implemented; therefore, you can try that out. 🤔

jcubic commented 5 months ago

Thanks, will check flymake. Do you know if there are any plans to make it suggesting how to fix the errors?

jcs090218 commented 5 months ago

I do plan to implement this feature. However, the feature implementation is implemented by @tpeacock19, so it will take me some time to implement it.