Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Unstitch C++New to Visual Studio Code? Get it now.
Unstitch C++

Unstitch C++

Preview

Valentin Berlier

|
3 installs
| (0) | Free
Nodal projection for C++ source code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Unstitch C++

https://marketplace.visualstudio.com/items?itemName=vberlier.unstitch-cpp

Command Palette > View: Reopen Editor With... > Unstitch C++ Editor

Nodal projection for C++ source code.

Basic prototype for a visual scripting tool backed by a textual data model. Nodes and connections are persisted as plain executable code. Lightweight annotations (called stitches) delimit code sections attributed to each node in the graph. The editor extracts declarations associated to each node and models references as links between nodes.

Examples

Hello World

//// 1 1
float Hello()
{
    //// 2 1
    float foo_0Link = DoSomething();

    //// 3 1
    float bar_0Link = DoSomethingElse(foo_0Link);
}

Blueprint Parity

./example.cpp

original

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft