Skip to content

branpk/deviz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deviz

deviz is a VS Code extension that displays structured program output such as trees and graphs. It is intended to be used as a development tool for programs that work with this type of data.

deviz can show text output for any program, but to show structured output, your code has to use a library to communicate the output to deviz. Currently, only a Rust version of this library is available.

Features

Live output

tree output

Directed graphs

graph output

Hover text

hover text

Extension Setup

Install the VS Code extension.

A view will be added to the bottom of the Explorer, titled DEVIZ. Click Start session within this view. This view will list all of your input and output panes. Click on the info pane to view the status of compilation/execution.

Open Workspace Settings and find the deviz settings. You'll need to at least set the deviz Run Command setting, but you may also want to set Compile Command.

Now when you modify the stdin pane, the stdout and stderr output for your program will appear in the stdout/stderr panes.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published