While I’m opposed to writing comments in code, even I recognize the value of comments placed on a class or method declaration (I’m excluding properties because most don’t require commenting).
In the third preview of Visual Studio 17.5, Microsoft added spell-checking functionality for C#, C++, and Markdown files. If you correct any identifiers it will auto-refactor your code. Similar to ...