All Projects → TanVD → Grazi

TanVD / Grazi

Licence: apache-2.0
Grammar checking and more for IntelliJ IDEA

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to Grazi

Intellij Music
Play fancy music based on your keyboard activity in IDE
Stars: ✭ 28 (-12.5%)
Mutual labels:  intellij, intellij-plugin
Intellij Figlet
🔌A FIGlet-based ASCII Art generation plugin for IntelliJ based IDEs.
Stars: ✭ 27 (-15.62%)
Mutual labels:  intellij, intellij-plugin
Idea Php Laravel Plugin
Laravel Framework Plugin for PhpStorm / IntelliJ IDEA
Stars: ✭ 537 (+1578.13%)
Mutual labels:  intellij, intellij-plugin
Idea Php Symfony2 Plugin
IntelliJ IDEA / PhpStorm Symfony Plugin
Stars: ✭ 797 (+2390.63%)
Mutual labels:  intellij, intellij-plugin
Intellij jahia plugin
Jahia's definitions.cnd files syntax highlighting, code completion, and other amazing stuff
Stars: ✭ 19 (-40.62%)
Mutual labels:  intellij, intellij-plugin
Intellij
IntelliJ plugin for Bazel projects
Stars: ✭ 500 (+1462.5%)
Mutual labels:  intellij, intellij-plugin
Acejump
🅰️ single character search, select, and jump
Stars: ✭ 786 (+2356.25%)
Mutual labels:  intellij, intellij-plugin
Intellij Rainbow Fart
🌈一个在你编程时持续夸你写的牛逼的扩展,可以根据代码关键字播放贴近代码意义的真人语音。Inspired by vscode-rainbow-fart
Stars: ✭ 391 (+1121.88%)
Mutual labels:  intellij, intellij-plugin
Intellij Sdk Docs
IntelliJ SDK Platform Documentation
Stars: ✭ 913 (+2753.13%)
Mutual labels:  intellij, intellij-plugin
Intellij Solidity
Solidity plugin for IntelliJ
Stars: ✭ 646 (+1918.75%)
Mutual labels:  intellij, intellij-plugin
Texify Idea
LaTeX support for the IntelliJ platform by JetBrains.
Stars: ✭ 436 (+1262.5%)
Mutual labels:  intellij, intellij-plugin
Sfcc Studio
Salesforce Commerce Cloud (SFCC) Studio Plugin for Jetbrains IDEs
Stars: ✭ 30 (-6.25%)
Mutual labels:  intellij, intellij-plugin
Highlightbracketpair
🔆 Highlight bracket pair plugin for intellij
Stars: ✭ 428 (+1237.5%)
Mutual labels:  intellij, intellij-plugin
Languagetool
Style and Grammar Checker for 25+ Languages
Stars: ✭ 5,641 (+17528.13%)
Mutual labels:  natural-language, spellcheck
Stringmanipulation
IntelliJ plugin - https://plugins.jetbrains.com/plugin/2162
Stars: ✭ 400 (+1150%)
Mutual labels:  intellij, intellij-plugin
Bashsupport
Bash and shell script language support for JetBrains IDEs. Please refer to www.bashsupport.com/news/bashsupport-pro-1.3/ for the reasons.
Stars: ✭ 588 (+1737.5%)
Mutual labels:  intellij, intellij-plugin
Intellij Rainbow Brackets
🌈Rainbow Brackets for IntelliJ based IDEs/Android Studio/HUAWEI DevEco Studio
Stars: ✭ 3,663 (+11346.88%)
Mutual labels:  intellij, intellij-plugin
Eclipsecodeformatter
IntelliJ plugin - Allows using Eclipse's code formatter directly from IntelliJ. https://plugins.jetbrains.com/plugin/6546-eclipse-code-formatter
Stars: ✭ 390 (+1118.75%)
Mutual labels:  intellij, intellij-plugin
Intellij Platform Plugin Template
Template repository for creating plugins for IntelliJ Platform
Stars: ✭ 637 (+1890.63%)
Mutual labels:  intellij, intellij-plugin
Gradle Dependencies Plugins Helper Plugin
This is an IntelliJ IDEA plugin for searching dependencies/plugins from JCentral/GradlePlugins inside Gradle projects.
Stars: ✭ 31 (-3.12%)
Mutual labels:  intellij, intellij-plugin

Grazie Icon Grazie

Grazie has moved into IntelliJ Sources

New repository is https://github.com/JetBrains/intellij-community/tree/master/plugins/grazie

JetBrains Plugin Downloads

Grazie is an IntelliJ IDEA plugin providing local spell and grammar checking for Markdown, JavaDoc, Plain texts, and others.

It uses one of the leading proofreaders - LanguageTool under the hood, so it supports over 15 languages and provides the best performance and accuracy among free (and even non-free) alternatives.

What's inside

Grazie consists of two parts - grammar checker, backed by LanguageTool, and spellchecker backed by LanguageTool dictionaries and IDEA built-in spellcheck. When it is sensible, Grazie will use full checking pipeline (proofreading and spellchecking), but in some cases (e.g., in code) it will use just spellcheck.

Right now Grazie supports following natural language sources:

  • Java code - string literals, javadocs and language constructs (methods names etc.)
  • Kotlin code - string literals, kdoc and language constructs
  • Python code - string literals (formatted and non-formatted), python docs and language constructs
  • JavaScript code - string literals, docs and language constructs
  • Rust code - string literals, docs and language constructs
  • Latex - (via TeXiFy IDEA plugin) text, spellcheck
  • Markdown - all the text (for code Grazie will use spellcheck only)
  • Plaintext - all the text if extension is .txt, otherwise Grazie will use spellcheck only
  • XML - all the text elements
  • JSON - string literals
  • Properties - string literals
  • Comments - any comments in almost any code
  • Commit messages - commits made via standard IDEA VCS support

As for languages, Grazie supports (including dialects):

  • English (British, American, Canadian)
  • Russian
  • Persian
  • French
  • German (Germany, Austrian)
  • Polish
  • Italian
  • Dutch
  • Portuguese (Brazilian, Portugal)
  • Chinese
  • Greek
  • Japanese
  • Romanian
  • Slovak
  • Spanish
  • Ukrainian

Moreover, Grazie supports native language based inspections. It means that if you specify your native language, Grazie will provide you with additional inspections for the language you are writing on.

Dev versions

You can subscribe to development channel of Grazie plugin to get the latest updates (may be a bit unstable) automatically.

Just add dev channel (https://plugins.jetbrains.com/plugins/dev/list) in accordance with documentation

Setup

For local development and testing Gradle is used:

  • Import project as a Gradle project with IntelliJ IDEA (version 2018.3.+)
  • Run runIde task to run IntelliJ IDEA Community (downloaded by Gradle) with installed Grazie plugin from current build

Special thanks

Special thanks goes to:

  • Alexandra Pavlova (aka sunalex) for our beautiful icon
  • Alexandr Sadovnikov and Nikita Sokolov as one of initial developers of plugin
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].