Skip to content

Lookup from TypeScript file only searches JavaScript #79

Open
@medmunds

Description

Searches for TypeScript features in a .ts file seem to end up in the JavaScript section of Dash.

To reproduce:

  1. Create file foo.ts (in, say, WebStorm):
interface Foo {
  bar: string;
}
  1. Position the caret in interface and press Cmd-Shift-D.

Results: searches for "javascript: interface". (And I have Node docset installed, so it finds a match there.)
screen shot 2019-03-07 at 2 14 32 pm

Expected: should search for "typescript: interface"
screen shot 2019-03-07 at 2 15 04 pm

Dash plugin v3.3
WebStorm 2018.3.5
Dash v4.6.2

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions