noahcoad / google-spell-check

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

UX: enable setting that steps through each mispelling occurance #25

Open airtonix opened 8 years ago

airtonix commented 8 years ago

Use case:

...

export const EN = {
    basic: {
        yes: 'Yes',
        no: 'No',
        or: 'Or',
        cancel: 'Cancel',
        male: 'Male',
        year: 'Year',
        month: 'Month',
        day: 'Day',
        female: 'Femail',
        notSelected: '--',
        noneOfThese: 'None of these...',
    },
...

I don't want const, EN or any of the keys there auto corrected...

What I expect:

The plugin should highlight each mispelling occurance and left me choose whether or not to replace with correct text.

Perhaps each occurance should show the replace dialog with actual and proposed filled in?