How can I enable spell check in Rider?
Asked Answered
S

1

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?

Sterrett answered 26/8, 2017 at 12:14 Comment(4)
You will have to wait for a plug-in to be developed.Dom
This plugin might help: plugins.jetbrains.com/plugin/9931-typo-fixer It's a typo fixer, and it can detect typo.Spinning
And you can vote for this issue in their bug tracker: youtrack.jetbrains.com/issue/RIDER-2392Vancevancleave
Luckily, we'll have spell checker in Rider since 2018.2 EAP 1 according to RIDER-2392.Sterrett
I
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/

Indefensible answered 19/9, 2018 at 11:39 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.