Please provide
- Operating system: win11
- SonarQube for IntelliJ plugin version:10.4-SNAPSHOT
- IntelliJ version: IntelliJ IDEA 2024.1.3 (Ultimate Edition)
- Programming language you’re coding in: JAVA
- Is connected mode used:SonarQube
- SonarQube Cloud, SonarQube Server, or SonarQube Community Build? (if one of the latter two, which version?):
And a thorough description of the problem / question:
When
I use the scanning function, the problem appears on the ReportPanel panel (assuming that three problems have been scanned). When I double-click an issue node, it will jump to the location of the code editor. When I move the mouse to the jump location, it will show the message text information of the corresponding rule. However, when I move the mouse to the location of other issue nodes (here I do not double-click to jump in ReportPanel, but directly move the mouse to the target location), it can show the annotation information of the jump link written in the ShowRuleDescriptionIntentionAction class. Now I want to add the above-mentioned annotation information to the target location where I jump by double-clicking the issue node. How should I write it? Thank you