Feature request
Support rendering the JSDoc {@link ...} and {@linkcode } syntax. These links should be rendered in hovers and suggestion details
Here's the VS Code side of the implementation where we convert SymbolDisplayPart to a markdown string for use in the editor
We use these links heavily in our typings for extension authors and have found them to be very useful