genesy / auto-correct

Auto Correct extension for VS Code
16 stars 7 forks source link

Does not work with whitespace #41

Open kirill-popov opened 4 months ago

kirill-popov commented 4 months ago

Looks like Auto-Correct doesn't see the words with spaces. These don't work: "words": { "retur n$": "return $", "retur n": "return ", "retur ": "return ", },