microsoft / TypeScript

TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
https://www.typescriptlang.org
Apache License 2.0
100.16k stars 12.38k forks source link

NavigateTo inappropriately writes "module" instead of "namespace" in display #4700

Open DanielRosenwasser opened 9 years ago

DanielRosenwasser commented 9 years ago

image

mhegazy commented 8 years ago

we need to add a new entry to ScriptElementKind, and handle it on the manged side, for both VS2015 and VS2013. @paulvanbrenk can help.