VS Code Extensions
File Editor Pro

File Editor Pro

by AakashRajbanshi

View word,excel files and using advanced file editors for various file types.

Downloads

36

Rating

5.0 / 5 (1)

Version

1.0.3

Last updated

May 20, 2026

Introduction

English

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

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

Inline Image Preview

This extension now automatically shows inline image previews!

  • Small image thumbnails appear in the left gutter next to line numbers.
  • Hovering over an image URL or local path displays a larger preview popup.
  • Works automatically in any file type (e.g., CSS, HTML, Markdown).

Markdown

This extension changes the default markdown editor to the vditor.

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

Related extensions