Skip to content
| Marketplace
Sign in
Visual Studio Code>Visualization>Preview EverythingNew to Visual Studio Code? Get it now.
Preview Everything

Preview Everything

liuxy-CN

|
5 installs
| (1) | Free
View word,excel files and using WYSIWYG editor for markdown.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Preview Everything

Fork Notice: This project is a community fork of cweijan/vscode-office.

Introduction

English | 简体中文 | 繁體中文

This extension supports previewing these common office file formats in VS Code.

  • Excel: .xls, .xlsx, .csv
  • Word: .docx
  • PowerPoint: .pptx
  • Svg: .svg
  • Pdf: .pdf
  • Font: .ttf, .otf, .woff, .woff2
  • Markdown: .md
  • HttpRequest: .http
  • Windows Reg: .reg
  • Compressed file: .zip, .jar, .vsix, .rar

Markdown

This extension changes the default markdown editor to the vditor. Please note that this editor is no longer actively maintained.

If you want to use the original vscode editor, insert this in your settings.json.

{
    "workbench.editorAssociations": {
        "*.md": "default",
        "*.markdown": "default"
    }
}

Shortcuts: Base on Vditor shortcuts and more:

  • Move list up: Ctrl Alt I / ⌘ ^ I
  • Move list down: Ctrl Alt J / ⌘ ^ J
  • Edit in VS Code: Ctrl Alt E / ⌘ ^ E

Tips:

  • Resize editor via ctrl/cmd+mouse scroll.
  • Hyperlinks can be opened by ctrl/meta+click or double-click.

HTML

The html editor supports live viewing. Press ctrl+shift+v to open the live view.

Credits

  • PDF rendering: mozilla/pdf.js/
  • Docx / Pptx / Xlsx rendering: yukiyokotani/office-open-xml-viewer
  • XLS / CSV rendering:
    • SheetJS/sheetjs: XLS parsing
    • myliang/x-spreadsheet: XLS rendering
  • HTTP: Rest Client
  • Markdown: Vanessa219/vditor
  • Material Icon theme: PKief/vscode-material-icon-theme
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft