I have installed the latest sonarLint plugins with Intellij 2016.1.2. Analyze on the fly works fine. However, I can\'t find in the IntelliJ \"Analyze\" tab any \"Analyze wit
they stated many times that their intent is to support only new issue being introduced running an on-fly analysis on files being changed. If you wanna run a full analysis you should use the SonarQubeCommunity plugin or visit your remote Sonar Server. If you wanna gather only coverage information within your IDE, use the Jacoco plugin. However there is an open feature request to browse those issues directly in the SonarLint plugin: https://jira.sonarsource.com/browse/SLE-54
Yes, that screenshot is confusing, but that feature was previously available.