Open frou opened 2 years ago
Oh god, yes, please. AFAIR there once was an ST2 plugin to achieve this, but whoever made it sadly gave up on it.
Please add this feature. BBEdit supports the feature. But, Sublime is a way faster to open large text files. It would be neat if Sublime supports it.
Problem description
MacOS has a shared spellchecking dictionary where a custom word "learned" in one application is then recognised as a valid word in other applications.
For example, learning a word in Notes.app:
...and then it will later be recognised as a valid word in TextEdit.app, but not in Sublime Text:
Those custom words end up in a user-level plain text file
~/Library/Spelling/LocalDictionary
, one word per line. (There's probably also an API to interact with it?)At the moment, Sublime Text is not making use that user-level dictionary, and so we have to maintain a duplicate one in the
"added_words"
array inPreferences.sublime-settings
if we want to not be hassled by red squiggles.Additional Information
ST Build 4126 macOS 12.5.1