Integration of SonarLint with Eclipse

Hi,
I have been working on integration of various IDEs with Sonarlint.
For other IDEs, code issues are pointed out as I type the code. But for Eclipse, I everytime have to click on ‘Analyse’ and then I get the error pointed out in the SonarLint report, unlike of what is being shown here -> https://www.sonarlint.org/eclipse/
Is it fine or there has to be some change?

Thanks,
Eiti Singh

Hello,

On Eclipse, you don’t have to click Analyse manually. The analysis of the file is going to be done on the save action. So every time you save your modifications (ctrl + s), an analysis should be triggered.

Regards,
Michael