sublimehq / sublime_text

Issue tracker for Sublime Text
https://www.sublimetext.com
812 stars 39 forks source link

Spell check showing half typied words as misspelt. #4070

Open stephen147 opened 3 years ago

stephen147 commented 3 years ago

Description

If you type 'Ente' the spell check will show it as misspelt even though you're not finished typing the word.

Steps to reproduce

  1. Type a word like Ente
  2. There's a spell checker warning under the word.

Expected behaviour

The word shouldn't be marked as misspelt until the user either does a space or carriage return or break out of the boundary word if it's wrapped with a period, comma or bracket.

Actual behaviour

See here: image

Environment

deathaxe commented 3 years ago

It is indeed quite painful to see those false positives all the time while writing.

Off-topic: I'd appreciate any kind of linter or lsp server doing the same thing.

stephen147 commented 3 years ago

It is indeed.

It was on the forum but I thought it best to put a bug report here where it has a better chance of getting seen.

https://forum.sublimetext.com/t/spell-check-current-word/32205/2