0.0.10 • Published 2 months ago

coc-graphviz v0.0.10

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

dot-vscode

Ported from dot-vscode.

Because some APIs of vscode are missing in coc.nvim, disable some features temporarily:

  • when selection change, provider will not update: miss vscode.window.onDidChangeTextEditorSelection
  • command graphviz.previewToSide: miss vscode.ViewColumn
  • command graphviz.preview: miss command vscode.previewHtml. VS Code has deprecated it by webview API which is supported by coc-webview. Refer https://github.com/nikeee/dot-vscode/issues/9.

Install

" command line
CocInstall coc-graphviz
" or add the following code to your vimrc
let g:coc_global_extensions = ['coc-graphviz', 'other coc-plugins']

Installation

  1. Install the dot-language-server: npm i -g dot-language-server
  2. Install this Extension

Want to add a language support feature? Head over to the repository of dot-language-support.

Think this addon is cool? There is also a web version of it. Head over to edotor.net (or its GitHub repo).

Credits

This Visual Studio Code extension is based on the work of joaompinto/vscode-graphviz and Stephanvs/vscode-graphviz, both MIT licensed. Thank you!

0.0.10

2 months ago

0.0.9

2 months ago

0.0.8

2 months ago

0.0.7

2 months ago

0.0.6

2 months ago

0.0.5

2 months ago

0.0.4

2 months ago

0.0.3

2 months ago

0.0.2

2 months ago

0.0.1

2 months ago