当我输入类似siginfo_t
的内容时,IntelliJ IDEA会在单词Console.WriteLine("helllllo worllll!")
和helllllo
下显示绿色波浪线,但Rider不会。我使用 Ctrl + Shift + A 搜索了worllll
/ typo
,但我没有得到任何内容有用的结果。
所以问题是,如何在Rider中启用拼写检查?
答案 0 :(得分:1)
Rider 2018.2添加了ReSpeller(您正在寻找的拼写检查)。
有关https://blog.jetbrains.com/dotnet/2018/07/10/integrated-spell-checking-respeller-resharper-rider/的更多信息