SonarLint is an extension to your favorite IDE that provides on-the-fly feedback to developers on new bugs and quality issues injected into their code.
How to install SonarLint:
1. In your Eclipse IDE, Go to "Help" -> Eclipse Marketplace.
2. Search for "SonarLint", And Install plugin. Choose default options, accept terms & conditions and click "Finish". Restart Eclipse.
3. After installation, Go to your project, Right click on it. You will see "SonarLint" in right click options.
4. Choose SonarLint -> Bind a SonarQube project.
5. Bind to remote sonarqube server.
Provide server url: http://hldbtest.global.triniti.com:9001/
Username and password are not needed. Test Connection.
Click on "Finish" to persist the binding.
6. You should now see SonarQube overlay on your bound project icon.
That's it, you can now code and see SonarLint reporting issues based on remote SonarQube configuration.
My Observation:
It is showing suggestions when project is not bind to remote server.