Where is the option to disable the spell check on the strings for the PyCharm IDE? I hate the jagged line under my comments and strings.
Here's how. Select the text where you'd like to disable spell check or press Ctrl+A to select the entire document. On the Review tab, click Editor, and then click Set Proofing Language. In the Language box, click Don't check spelling or grammar, and then click OK.
Here's how. Click File > Options > Proofing, clear the Check spelling as you type box, and click OK. To turn spell check back on, repeat the process and select the Check spelling as you type box.
Go to File -> Settings -> Editor -> Inspections
. Expand the list under Spelling
in the middle window and uncheck the option Typo
.
However, practically most of the jagged line is caused by violations of the PEP 8 coding style. If you would like to disable this option too, in the same window, expand the list under Python
and uncheck the option PEP 8 coding style violation
.
In the latest version of PyCharm it appears as ProofReading:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With