Grammar and Style settings
CLion can check the grammar in various textual elements in your source code. Use this page to configure the scope, rules, and exceptions for such grammar checks. For more information, refer to Grammar.
Scope Tab
On this tab, configure the types of files and specific code constructs where you want to check grammar.
Option | Description |
---|---|
String literals | Check grammar in string literals. |
Comments | Check grammar in generic line and block comments. |
Documentation | Check grammar in embedded code documentation. |
Commit messages | Check grammar in commit messages for the configured VCS. If you enable this, CLion adds the corresponding inspection tool to the .idea/vcs.xml configuration file. |
Rules Tab
On this tab, configure the set of grammar rules to apply. Enable or disable the rules by selecting or clearing the checkboxes next to them.
Item | Shortcut | Description |
---|---|---|
Ctrl+NumPad + | Click this button to expand all nodes. | |
Ctrl+NumPad - | Click this button to collapse all nodes. |
Exceptions Tab
On this tab, view the list of words and phrases added as exceptions.
Item | Shortcut | Description |
---|---|---|
Alt+Delete | Click this button to remove the selected exception from the list. |