I have Codepro analytics plugin installed on my eclipse https://dl.google.com/eclipse/inst/codepro/latest/3.7
which I am using since may days. However I don't see any new version coming up for this. I am now shifting to Intellij Idea for my development. However does anybody know that is there any Codepro available for Intellij or how can I use this eclipse plugin in Intellij?
Asked
Active
Viewed 633 times
-1

tpsaitwal
- 422
- 1
- 5
- 23
1 Answers
0
There's no IntelliJ plugin for CodePro and you can't use Eclipse plugins in IDEA.
However, there's a feature in IntelliJ IDEA called 'Inspections': built-in static code analysis tools that help you find probable bugs, locate dead code, detect performance issues, and improve the overall code structure. Its functionality should match that of CodePro's and maybe even exceed it.
Check this IntelliJ documentation page as well.

Koyasha
- 5,275
- 2
- 8
- 17