Open
Description
Bug Report
While verifying microsoft/vscode#119357
π Search Terms
- link
- export
- modules
π Version & Regression Information
- I was unable to test this on prior versions because it did not previously exist
β― Playground Link
π» Code
// @filename: a.ts
import { Model } from './b';
/**
* {@link Model}
*/
// @filename: b.ts
export class Model {}
π Actual behavior
@link Model
is not clickable
π Expected behavior
I expected to be able to click on @link Model