Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>VS OfficeNew to Visual Studio Code? Get it now.
VS Office

VS Office

Apeanut

|
2,084 installs
| (0) | Free
Office On Visual Studio Code.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

VS Office

基于 Visual Studio Code 的办公插件.

主要是对 Markdown 进行扩展,其它文件通过快捷键使用系统默认软件打开.

主要功能与扩展

Markdown PlantUml Preview

Markdown 支持浏览 PlantUml。

示例:

# UML example

```plantuml
@startuml
Bob -> Alice : hello
@enduml
```

Markdown Paste Image

Markdown 支持通过 Ctrl + V 快速粘贴图片或者文件。

  • 属性名:Paster Img Path;
  • 属性值支持的变量: RelRootPath, RelFilePath, ActiveFileName, Now;

示例:

  • 相对当前文件: ${RelFilePath}/.${ActiveFileName}/${Now};
  • 相对工作空间:${RelRootPath}/access/${ActiveFileName}/${Now};
  • 绝对路径(需要 VS Code 设置支持读取工作空间以外的文件):D:/access/${Now};

系统默认软件打开

使用系统默认软件打开当前文件。

  • Command Palette 输入关键字 Open with default Application;
  • Side Bar 选中文件右键,点击 Open with default Application;
  • 快捷键:Ctrl + Shift + Alt + R;
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft