coala plugin for JetBrains IDEs - coala provides a unified interface for linting and fixing code with a single configuration file, regardless of the programming languages used.
Some IntelliJ IDEs do not have Analyze Menu hence instead of making CodeAnalysis.AnalyzeMenu group a child of Analyze Menu in plugin.xml, the presence of the menu needs to be checked. Only if the menu is present in the IDE, our custom group should be added to the main Analyze Menu.
Some IntelliJ IDEs do not have
Analyze Menu
hence instead of makingCodeAnalysis.AnalyzeMenu
group a child ofAnalyze Menu
inplugin.xml
, the presence of the menu needs to be checked. Only if the menu is present in the IDE, our custom group should be added to the mainAnalyze Menu
.