Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I enable spell check in Rider?

Tags:

c#

rider

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?

like image 730
ice1000 Avatar asked Aug 26 '17 12:08

ice1000


People also ask

How do I turn on spell check in Textmaker?

Start the spell check by choosing Edit > Check Spelling or pressing F7.

How do you use the spell check feature?

On the Review tab, click Spelling & Grammar. If Word finds a potential error, the Spelling & Grammar dialog box will open, spelling errors will be shown as red text, and grammatical errors will be shown as green text.


1 Answers

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/

like image 171
maartenba Avatar answered Oct 13 '22 04:10

maartenba