You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
you are right. when searching in typescript files it should prioritize the results from the typescript docset, yet still search in all the docsets defined for javascript. as the javascript commands and api still apply.
Searches for TypeScript features in a .ts file seem to end up in the JavaScript section of Dash.
To reproduce:
interface
and press Cmd-Shift-D.Results: searches for "javascript: interface". (And I have Node docset installed, so it finds a match there.)
Expected: should search for "typescript: interface"
Dash plugin v3.3
WebStorm 2018.3.5
Dash v4.6.2
The text was updated successfully, but these errors were encountered: