Skip to content

Visual Studio: Hyperlink @see to referenced type #5802

Closed
@NoelAbrahams

Description

@NoelAbrahams

Hi,

In the following

// file A

module foo {
   export interface Bar {}
}

// file B

module foofoo {

  /** Defines options for creating an instance of @see foo.Bar */ 
  export interface BarOptions {
  }
}

it will be useful if the text referenced by @see (i.e. foo.Bar) is hyperlinked to interface Bar in file A.

Metadata

Metadata

Assignees

No one assigned

    Labels

    SuggestionAn idea for TypeScriptVisual StudioIntegration with Visual Studio

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions