Skip to content

Instantly share code, notes, and snippets.

@Rpsl
Created December 14, 2016 20:29
Show Gist options
  • Save Rpsl/f2e38373d59ac24cda296ac73bda31af to your computer and use it in GitHub Desktop.
Save Rpsl/f2e38373d59ac24cda296ac73bda31af to your computer and use it in GitHub Desktop.
ru spell ide
brew install aspell --with-lang-ru
mkdir -p ~/your-work-directory/aspell && aspell -l ru dump master | aspell -l ru expand | tr ' ' '\n' > ~/your-work-directory/aspell/russian.dic
Затем в IDE: Settings->Editor->Spelling->Dictionaries->Custom Dictionaries
Добавляем ~/your-work-directory/aspell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment