c# - 如何在 Rider 中启用拼写检查?

标签 c# rider

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

那么问题来了,如何在 Rider 中启用拼写检查?

最佳答案

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

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

关于c# - 如何在 Rider 中启用拼写检查?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45895235/

相关文章:

c# - 在 C# 中创建表示多个子属性的属性

c# - Rider IDE 找不到 .NET Core 安装

jetbrains-ide - "This profiling configuration does not apply to the selected run configuration"在 JetBrains Rider 中意味着什么以及如何解决它?

xml - 我应该将 contentModel.xml 推送到 GitHub 存储库吗?

c# - DI组合根: how does it ensure compile-time resolution checking

c# - pipeline.invoke 和 powershell.invoke 有什么区别?

rider - 此错误意味着什么(JetBrains Rider + Ubuntu Gnome 17.04)?

asp.net - 在 JetBrains Rider 中的 IIS Express 服务器上运行多个项目

c# - 为什么我的查询字符串参数被 url 解码两次?

c# - 为什么 C# 不支持类构造函数上的隐式泛型类型?