当我键入类似Console.WriteLine("helllllo worllll!")的内容时,IntelliJ IDEA将在单词hellllloworllll下显示绿色波浪线,但Rider不会。我已经使用Ctrl + Shift + A搜索了typo/spell,但是没有得到任何有用的结果。

因此,出现了一个问题,如何在Rider中启用拼写检查?

最佳答案

骑士2018.2添加了ReSpeller(您正在寻找的拼写检查)。

有关https://blog.jetbrains.com/dotnet/2018/07/10/integrated-spell-checking-respeller-resharper-rider/的更多信息

10-01 12:46