I've been building an Angular 2/Typescript project in Visual Studio Code, and assiduously adding JSDoc comment blocks, but I'd now like to view the JSDoc output. I could install and set up my own JSDoc generation system, but given all the nice GUI support in VSC it seems reasonable to be able generate and view the JSDoc right from VSC.
My Google-Fu has been failing me; every time I look for "Generating JSDoc Output within Visual Studio Code" I just get plugins to generate JSDoc comment blocks.
Are there methods of generating and viewing JSDoc output within Visual Studio Code?

Ctrl+Shift+Ofor viewing all the methods and corresponding JSDoc opens up when you select a method there and hover over the method.