Is there a way to remove the hyperlink error stripes for the Atlassian connector in IDEA?
For example, if I include a ticket number in a comment (e.g. TR-12345), IDEA automatically detects that this is a reference to a JIRA ticket and turns this comment into a link to the ticket in the relevant project. I like this feature. What I don’t like is that it also adds a blue error stripe to the marker bar (the sidebar on the right). Is there a way to remove the error stripe without getting rid of the nice linking functionality?
This feature is most likely provided by the Atlassian plug-in that you’ve installed for IDEA as I don’t see such functionality by default.
If the plug-in is implemented properly, it should provide its own settings for
Settings|Editor|Colors & Fonts. For example in theGeneralgroup there is a setting forTODO defaultsthat hasError Stripe Markoption enabled.You should find the similar setting provided by the plug-in and disable the
Error Stripe Markoption.Note that there is already
Hyperlinkelement in theGeneralgroup, but it hasError Stripe Markdisabled by default.