Nezteb / vscode-mind-map-wiki-backlinks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VS Code Wiki Backlinks and Mind Maps

Original idea/motivation Tweet (though the original idea didn't include the wiki backlinks in comments)

You remember the old "this is why you shouldn't interrupt a programmer" comic?

There are many "visualize X piece of a project in code" but none where X is "docs/comments/second-brain".

Represent code/architecture as hand-built graphs that lives in a language-agnostic way alongside the code.

Random Ideas / Questions

  • How do you have code review comments/questions live alongside code in a non-intrusive way?
    • Probably a separate project entirely
    • Separate CLI tool with VS Code extension to use it?
    • Pure git integration (+ GitHub/GitLab connectors)
  • CMD+click to follow wiki-style links (with line/row/col numbers, or hash of line?)
  • Table view of nodes that link to/from currently viewed node, support CMD+CLICK
  • Eclipse Sprotty vs Mermaid.js for rendering graphs (with comments)?

References

Extension Dev

Also see the Yeoman generated README here.

About

License:Apache License 2.0


Languages

Language:TypeScript 65.8%Language:JavaScript 34.2%