You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an extension CoreChecks which is in scope, that extension defines a method equals. I hoped that a doc comment /// [CoreChecks.equals] would have a link to the docs for equals, but it renders as a code block instead of a link.
The analyzer jump to definition does work so this is a case where analyzer and dart doc disagree about comment references.