An IntelliJ plugin for coala. coala provides a unified interface for linting and fixing code with a single configuration file, regardless of the programming languages used. The same power of coala now in IntelliJ IDEs.
coala Code Analysis
plugin from official Jetbrains Plugin repositoryFile > Settings > coala
and set coala executable location.coafile
) in project's rootAnalyze with coala
menu-entry under Analyze
menu to run coala. Alternatively, right-click
in an opened editor and click on Analyze with coala
Here is a small video demonstrating how to run the plugin
.coafile
jetbrains
will be run by the pluginfiles
parameter contains files that are a part of the current project, failure to do so may result in unexpected behaviourcoala Plugin
from run-configuration menu to run the plugin$PROJECT_DIR/build/idea-sandbox/system/log/idea.log
Run > Edit Configurations
Add new configuration
plus icon and select Gradle
and enter a unique nameConfigurations
tab, select current project as Gradle project
and set Task
as :runIde
Logs
tab, click on +
icon, enter any Alias
and as the location specify $PROJECT_DIR/build/idea-sandbox/system/log/idea.log
Please use our issue tracker for reporting coala Jetbrains issues.
While creating a new issue, mention your system information, the version of plugin you are working with and the exact steps taken to reproduce the problem and if possible attach the stacktrace aswell.