Spell checking ReStructuredText

I have a number of reStructredText (.rst) documentation files in my project, and I was wondering if it is possible to get PyCharm (3.0 professional) to spell check these?

I can get PyChram to spell check my code, but not the documentation for the code.

Simon
0
Hi Simon,

spell checking should be performed in reStructredText files if ReStructredText Support plugin enabled and Settings->Inspections->Spelling->Process code checked.
0
Avatar
Permanently deleted user
Perfect, just what I needed, though I'm not sure that I'd really consider .rst files to be code, in this context.
0

请先登录再写评论。