cweijan / vscode-office

让VSCode支持预览PDF,Exce和Word等格式, 并增加markdown所见即所得编辑器
MIT License
1.05k stars 97 forks source link

vscode-office

简体中文 | 繁體中文

This extension supports previewing these common office file formats.

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:

Tips:

HTML

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

Sponsor

Database Client

Database Client for VS Code, supports connect to MySQL/MariaDB, PostgreSQL, SQLite, Redis and ElasticSearch, and works as an SSH client, boost your maximum productivity! Get it now.

Credits