VSCodeVim / Vim

:star: Vim for Visual Studio Code
http://aka.ms/vscodevim
MIT License
13.97k stars 1.32k forks source link

Support spell-check functionality (or integrate with another extension) #4459

Open krishnakumarg1984 opened 4 years ago

krishnakumarg1984 commented 4 years ago

Is your feature request related to a problem? Please describe. Coming from vim, I find that the standard spell-check actions do not exist (]s and [s to move to next/prev spelling error. z= to show a suggestion list. 1z= to automatically apply the first word from the suggestion. zg to mark the word as good. zw to mark the word as bad

Describe the solution you'd like Implement the standard vim spell features. Configurable through set spell and set spelllang. Or somehow play nicely with an existing vscode spell extension from the marketplace to implement these vim-specific spell-related functionality.

Describe alternatives you've considered Go back to vim

felipecrp commented 1 year ago

This feature would be a great improvement to the plugin.

hkujy commented 8 months ago

has this been done?

jjcurtin commented 7 months ago

Came here looking for this functionality. Would be great. Thanks for a great extension

krishnakumarg1984 commented 4 months ago

Is this being planned?