noahcoad / google-spell-check

Uses Google Search spelling magic to fix words or phrases for Sublime Text.
121 stars 18 forks source link

Multiple lookups for multiple selections of same word #11

Open laggingreflex opened 10 years ago

laggingreflex commented 10 years ago

Doing a spell-check on multiple selections of, say: imagse imagse imagse imagse will make it take much longer, depending on how many selections, because of looking up each word independently.

Perhaps an auto scan afterwards for searched words to replace them too could mitigate the use of spell-check on multiple same words in the first place?