[Codenarc-user] CodeNarc plugin for IntelliJ IDEA
Brought to you by:
chrismair
From: Cédric C. <ced...@gm...> - 2011-01-21 15:14:31
|
Hi, Those who are brave enough could test the beta release of the plugin for IntelliJ IDEA that I've just pushed to GitHub. Basically, it adds support for CodeNarc rules as IntelliJ IDEA inspections. Those inspections are available both on the fly and on demand. Some limitations though : - no support for quick fixes - as CodeNarc only reports the line number, on long lines, you won't know precisely where the violation is Project home : https://github.com/melix/codenarc-idea Download the beta release : https://github.com/downloads/melix/codenarc-idea/CodeNarcPlugin-0.1-beta.zip Bug reports and contributions are welcome ;) Cédric |