Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 632 Bytes

sonarlint-installation.md

File metadata and controls

14 lines (11 loc) · 632 Bytes

⏬ Installation

  1. Open IntelliJ plugins marketplace: File > Settings > Plugins > Marketplace.
  2. Search for SonarLint, install it, and restart IntelliJ.

🚀 Usage

  • 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.
image

💡 Tips

  • SonarLint is a code quality and static analysis tool that helps developers improve code by identifying potential issues early during development.