Natural languages
This section describes how to use a spellchecking plugin. To switch RubyMine UI to another language, install and enable a corresponding language pack plugin. For more information about installing plugins, refer to Install plugins.
Install the Grazie Lite plugin
This functionality relies on the Grazie Lite plugin, which you need to install and enable.
Press Ctrl+Alt+S to open the IDE settings and then select
.Open the Marketplace tab, find the Grazie Lite plugin, and click Install (restart the IDE if prompted).
RubyMine helps ensure your codebase is error-free and consistent, not only in programming languages but also in natural languages. The IDE includes a spell-checker for typos and spelling mistakes, and it also reports grammatical errors and stylistic problems. In addition to common text files like your project's README.md, it checks natural language consistency in your source files, including names of identifiers, contents of string literals, comments, and even your commit messages.
By default, RubyMine includes support for the English language. If you open a file with several paragraphs of text in another supported language, RubyMine will detect it and offer a suggestion to download and enable checks for that language. You can see the list of supported languages and enable them in the settings.
Add spelling and grammar checks for a language
Press Ctrl+Alt+S to open the IDE settings and then select
.Click in the list of languages and select your language.
RubyMine will download the language model and enable spelling and grammar checks for it.