bentsherman / codeflow

Flow graphs for your code
0 stars 0 forks source link

Create VS Code extension #2

Open bentsherman opened 2 years ago

bentsherman commented 2 years ago

The real test of this tool will be how useful it is when integrated with the IDE. We will start with VS Code since it is (supposedly) easy to write extensions. The idea is simple:

  1. Open a Python source file
  2. Select "Flow Graph Live Preview" via command palette or keyboard shortcut
  3. A live preview is opened in a new pane with flow graph
  4. Every time source file changes, the flow graph is updated via dagger+pydot+graphviz

Some additional ideas that might be done later: