IntelliJ IDEA – the IDE for Professional Development in Java and Kotlin
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…
Development is not all about programming languages. A lot of text in your code is for humans, not the compiler: string literals, comments, Javadocs, commit messages, and much more requires at least some knowledge of English or other natural languages, depending on your team and users. So isn't it gr…