*TS Template added by @mjbvz* **TypeScript Version**: 3.9.3 **Search Terms** - navtree - document outline --- <!-- ⚠️⚠️ Do Not Delete This! feature_request_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- Please search existing issues to avoid creating duplicates. --> <!-- Describe the feature you'd like. --> Sample code: ```ts export default (args: MyArgs) => { return class Foo { blah(){ // } } } ``` <kbd>Command</kbd> + <kbd>Shift</kbd> + <kbd>O</kbd> 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?