Hightlights
- CodeLens - provides hyperlinks in VSCode to navigate between sources and docs line-by-line
- Sidebar with Compile / Decompile / Visualize actions
Features
- > Compile - implement application from your logic in .src.md files
- > Decompile - reconstruct existing code into .src.md pseudocode
- > Document - generate read-only pseudocode docs from implementation in a subdirectory
Prerequisites
# Install Bun
curl -fsSL https://bun.com/install | bash
# Install OpenCode CLI
curl -fsSL https://opencode.ai/install | bash
# Bootstrap Opencode
opencode
> /login # into provider of choice
> /model # select model(s) to use for code generation
| |