cflint / CFLint

Static code analysis for CFML (a linter)
BSD 3-Clause "New" or "Revised" License
174 stars 84 forks source link

Plugin for IntelliJ IDEA Ultimate #695

Closed Pr1st0n closed 3 years ago

Pr1st0n commented 3 years ago

Hi there,

It seems that IntelliJ plugin is not maintained any more, so I've implemented a CFLint plugin for IntelliJ IDEA Ultimate (the only JetBrains IDE that has CFML support). I used CFLint API to perform code analysis as mentioned in #474 It's an early release, but could already be useful for Coldfusion developers working with IntelliJ IDEA. The plugin is available in JetBrains Marketplace and could be installed directly from IntelliJ IDEA plugins menu.

rcastagno commented 3 years ago

Kudos @Pr1st0n !

Installed right away, does it's job! Thanks a lot!

Pr1st0n commented 3 years ago

@ryaneberly @KamasamaK Any chance to get this PR merged somewhen soon? As it's only a readme update, I hope it's not a problem to merge directly to the master branch.

TheRealAgentK commented 3 years ago

Done @Pr1st0n - sorry for the delay.