Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>sensedia-docsNew to Visual Studio Code? Get it now.
sensedia-docs

sensedia-docs

juciano

|
17 installs
| (0) | Free
A simple markdown viewer for Sensedia documentation.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Sensedia Docs Helper

Sensedia Docs Helper is a Visual Studio Code extension that improves the Sensedia Docs authoring experience. It provides a webview-based preview so you can render and review documentation directly inside the editor.

Features

  • Markdown Preview: Render markdown files in a dedicated webview.
  • Swagger UI Integration: Display API reference content directly in the preview.
  • Custom Components: Support custom React components used in Sensedia Docs content.

How to Use

  1. Install the extension from the Visual Studio Code Marketplace.
  2. Open a markdown file related to Sensedia Docs.
  3. Open the Command Palette with Ctrl+Shift+P and run Sensedia Docs: Live Preview.
  4. The extension will open a preview panel beside the editor and render the markdown content, including supported custom components and Swagger content.

This is an unofficial Sensedia Docs extension created as a personal project to support the documentation workflow.

Development

  1. Clone the repository.
  2. Install the root dependencies with pnpm install.
  3. Install the webview dependencies with cd webview-ui && pnpm install.
  4. Build the webview with pnpm run build:webview.
  5. Compile the extension with pnpm run compile.
  6. Press F5 in VS Code to launch the Extension Development Host.

Whenever you change code inside webview-ui, rebuild the webview bundle and recompile the extension before testing the changes in VS Code.

Publishing

  1. Update the version in package.json.
  2. Run vsce package to generate the extension package.
  3. Publish the new version to the Visual Studio Code Marketplace.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft