Spellchecking is a pretty standard feature in most of today’s IDEs because it can be really helpful to catch typos in your code in the natural language constructs, such as variable names, strings, comments, and so on. Not so long ago, we introduced Grazie, a built-in grammar and style checker. Grazi…