Draw.io VS Code Integration

这个非官方的扩展将 Draw.io ( 也称为 diagrams.net) 整合到 VS Code 中。(This unofficial extension integrates Draw.io into VS Code.)

Github星跟蹤圖

Draw.io VS Code Integration



This unofficial extension integrates Draw.io into VS Code.

Features

  • Edit .drawio, .dio or .drawio.svg files in the Draw.io editor.
  • To create a new diagram, simply create an empty *.drawio or *.drawio.svg file and open it!
  • .drawio.svg are valid .svg files that can be embedded in Github readme files! No export needed.
  • To convert a Draw.io file from .drawio to .drawio.svg, use the File: Save As command.
  • Uses an offline version of Draw.io by default.

Demo

Editing .drawio.png Files (Not Released Yet)

This feature is not released yet as it uses unstable VS Code APIs. This feature might be stable in the next release of VS Code .

You can directly edit and save .drawio.png files.
These files are perfectly valid png-images that contain an embedded Draw.io diagram.
Whenever you edit such a file, the png part of that file is kept up to date.

The logo of this extension is such a .drawio.png file that has been created with the extension itself!

Settings

This extension contributes the following settings:

Associate .svg Files With This Editor

By default, this extension only handles *.drawio.svg files.
Add this to your VS Code settings.json file, if you want to associate it with .svg files:

"workbench.editorAssociations": [
    {
        "viewType": "hediet.vscode-drawio-text",
        "filenamePattern": "*.svg"
    }
]

You won't be able to edit arbitrary SVG files though - only those that have been created with Draw.io or this extension!

Editing the Diagram and its XML Side by Side

You can open the same *.drawio file with the Draw.io editor and as xml file.
They are synchronized, so you can switch between them as you like it.
This is super pratical if you want to use find/replace to rename text or other features of VS Code to speed up your diagram creation/edit process.
Use the File: Reopen With... command to toggle between the text or the Draw.io editor. You can open multiple editors for the same file.

Contributors

  • Henning Dieterichs, hediet on Github (Main Contributor / Author)
  • Vincent Rouillé, Speedy37 on Github

See Also / Similar Extensions

  • Draw.io - This extension relies on the giant work of Draw.io. Their embedding feature enables this extension! This extension bundles a recent version of Draw.io.
  • vscode-drawio by eightHundreds.

Other Cool Extensions

If you like this extension, you might like my other extensions too:

  • Debug Visualizer: An extension for visualizing data structures while debugging.
  • Tasks Statusbar: This extension adds buttons to the status bar to quickly start and kill tasks.

主要指標

概覽
名稱與所有者hediet/vscode-drawio
主編程語言TypeScript
編程語言TypeScript (語言數: 4)
平台Linux, Mac, Windows
許可證GNU General Public License v3.0
所有者活动
創建於2020-05-08 16:14:10
推送於2025-02-26 10:49:57
最后一次提交
發布數85
最新版本名稱v1.9.250226013 (發布於 )
第一版名稱v0.1.3 (發布於 )
用户参与
星數9.2k
關注者數63
派生數435
提交數355
已啟用問題?
問題數321
打開的問題數137
拉請求數70
打開的拉請求數1
關閉的拉請求數59
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?