Closed
Description
#32735 improved the hovers for import prefixes, but the new text is in a field that usually contains valid Dart code and LSP wraps in triple backticks. This results in syntax highlighting being applied to English text:
To maintain consistency, rather than removing the backticks we should update the element descriptions for import prefixes to be the valid Dart code that adds the relevant imports instead.
(cc @FMorschel)