Module: jsdoc-view

The jsdoc-view is a vscode extension which adds support for viewing jsdoc generated documentation within vscode.

algorithm

Currently, this extension works by preprocessing and sanitizing each jsdoc generated page live, in memory to allow it to work within the context of a vscode webview panel. Communication between vscode and the jsdoc page is maintained via posted message events (this is standard practice).

This extension currently has special handling on both sides for performing a full text search and for openning a file to a particular element.