Closed
Description
TS Template added by @mjbvz
TypeScript Version: 3.9.3
Search Terms
- navtree
- document outline
Sample code:
export default (args: MyArgs) => {
return class Foo {
blah(){
//
}
}
}
Command + Shift + O open the Go to Symbol in Editor...
and there's only the default
showing:
Is it possible to list the member of the inner class returned by the function?