Closed
Description
Bug Report
π Search Terms
organize imports link
π Version & Regression Information
As far as I know this is the behavior ever since @link
support was added.
β― Playground Link
Playground link with relevant code
π» Code
/// <refenrece types="zod"/>
import type { ZodType } from 'zod';
/** Intended to be used in combination with {@link ZodType} */
export function fun() { /* ... */ }
π Actual behavior
Import is shown as not being used and gets removed on executing "Organize imports".
π Expected behavior
Keep it.