Vale plugin for IntelliJ #39
Comments
|
Thanks @wouter-veeken so I guess I meant, integrate properly with intellij to output issues in the way that other extensions do. @jdkato do you think this should integrate with cli or server? Intellij is an edge case as it's not open source, is commercial, but also has free versions, and the platform for creating extensions is monetizable, but open to anyone etc. I'm not sure myself |
|
I'm more than keen to take this on. |
The community edition is licensed under the Apache license: https://github.com/JetBrains/intellij-community and freely available. They also have community editions of some of their other products like pycharm. |
|
Two ways to run vale in intellij:
In both cases, I use the Awesome Console plugin that turns the file names + line numbers in the output into clickable links. The only thing missing is for this to pick up the warnings and highlight them in the file. |
|
Hey @jillesvangurp fancy seeing you here |
|
Here's that draft guide - #42 |
|
And finally @jillesvangurp you mention a grade plugin, but I couldn't find it. Any link? |
|
@ChrisChinchilla https://github.com/jjaderberg/vale-gradle-plugin this one and looks unmaintained. |
|
Hmm @jillesvangurp but it still worked for you? |
|
Could be good just to update that as a basis perhaps |
|
Did not try it. I don't really need gradle support currently. |
|
I'll add it anyway, this issue is still open for anyone wanting to make a "better" plugin. |
|
@jillesvangurp I followed your instructions but the checks don't seem to be happening in IntelliJ. They work in the command link. I installed Awesome Console (but am unclear about any config that might need to be done), and configured my external tools: Arguments: --config /Users//.vale.ini --output line --sort --relative FilePathRelativeToProjectRoot But, it still isn't showing my errors in IntelliJ. Any thoughts? Thanks! |
|
Sorry not really using this currently. I'd recommend checking out the Jetbrains Grazie plugin that @ChrisChinchilla recently covered on his youtube channel. It integrates vale and a few other things. https://www.youtube.com/watch?v=Y1QvrsH-Dk4 |
|
Got it! To run Vale in IntelliJ:
|
|
Hmm, well it looks like the guide that I wrote has vanished from the website and replaced with a link to Grazie anyway, so I think this is probably all closed now as that plugin wraps Vale in a kind of way. @jdkato ? |
|
@ChrisChinchilla, I've updated the page to include both a description of Grazie and a slightly updated version of your guide. |

wouter-veeken commentedAug 7, 2020
As requested by @ChrisChinchilla, here's an issue to request a Vale plugin for IntelliJ with "squiggly lines" functionality.
Background: IntelliJ is widely used among devs I work with and they're more likely to follow my Vale styles if they get real-time feedback in their chosen IDE.
The text was updated successfully, but these errors were encountered: