aljazsim / vs-code-typescript-code-explorer

VS Code extension for easily navigating TypeScript code
MIT License
8 stars 1 forks source link

nest variables inside of objects #1

Closed jasonswearingen closed 6 years ago

jasonswearingen commented 6 years ago

using VSCode June 2018.

if I have code like this:

type IUser{
 name:string,
 age:number,
}

the code explorer currently lists the properties (name and age) but doesn't list the containing type (IUser). it would be great if the IUser type was shown and it's containing types were nested.

aljazsim commented 6 years ago

Hi Jason.

Please update the extension to the latest version and let me know if it works as expected.