tekumara / typos-lsp

Source code spell checker for Visual Studio Code, Neovim and other LSP clients
https://marketplace.visualstudio.com/items?itemName=tekumara.typos-vscode
MIT License
168 stars 4 forks source link

Fix all for typos with a single correction #25

Open tekumara opened 7 months ago

tekumara commented 7 months ago

For typos that have a single possible correction offer the fix all code action

chrisgrieser commented 7 months ago

Think this is a duplicate of #20 (whether fix-all or formatting makes more sense is debatable, but both are about auto-fixing.)