In my current workflow with VS 2015, I rely on the "Object browser" window for C# to easily navigate types in assemblies and namespaces, method overloads, and more.
Is there a similar tool available for TypeScript that can browse TypeScript definition files like the "Object browser"? It could be a built-in feature or an external application.