- Open IntelliJ plugins marketplace:
File > Settings > Plugins > Marketplace
. - Search for
SonarLint
, install it, and restart IntelliJ.
- The plugin automatically analyze and lint each file you open.
- Open the plugin (Usually left/bottom of the IDE) to check issues details and how to fix them.
- SonarLint is a code quality and static analysis tool that helps developers improve code by identifying potential issues early during development.