6

When I type something like Console.WriteLine("helllllo worllll!"), IntelliJ IDEA will show green wavy lines under the word helllllo and worllll, but Rider won't. I've searched typo/spell using Ctrl+Shift+A, but I didn't get any helpful results.

So here comes the question, how can I enable spell checks in Rider?

Uwe Keim
  • 39,551
  • 56
  • 175
  • 291
ice1000
  • 6,406
  • 4
  • 39
  • 85
  • You will have to wait for a plug-in to be developed. – Lex Li Aug 26 '17 at 17:34
  • 1
    This plugin might help: https://plugins.jetbrains.com/plugin/9931-typo-fixer It's a typo fixer, and it can detect typo. –  Nov 28 '17 at 03:22
  • 1
    And you can vote for this issue in their bug tracker: https://youtrack.jetbrains.com/issue/RIDER-2392 – wersoo Dec 04 '17 at 16:10
  • Luckily, we'll have spell checker in Rider since 2018.2 EAP 1 according to RIDER-2392. – ice1000 May 02 '18 at 05:17

1 Answers1

1

Rider 2018.2 added ReSpeller (the spell-checking you are looking for).

More info on https://blog.jetbrains.com/dotnet/2018/07/10/integrated-spell-checking-respeller-resharper-rider/

maartenba
  • 3,344
  • 18
  • 31