CodebaseMD v2.0.0 #2
alpha912
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We're excited to announce the release of CodebaseMD v2.0.0, featuring a major new capability: Micro Codebase Export!
New Features
Micro Codebase Export
This release introduces a powerful new feature that enables you to create highly condensed, yet informative representations of your code files. The Micro Codebase export reduces code size by approximately 95% while preserving essential structural and functional information.
Key Benefits
How It Works
The Micro Codebase export applies a sophisticated code condensation algorithm that:
How to Use Micro Codebase Export
For the entire codebase:
Ctrl+Shift+P
orCmd+Shift+P
on macOS)For selected files:
Understanding the Output Format
The micro codebase representation uses a specialized notation:
Where:
C+
= Public ClassF-
= Private Function/MethodI#
= Protected InterfaceV+
= Public VariableS
= String typeFLOW:
= Execution flowALG:
= Algorithm usedInstallation
Download the
.vsix
file from this release and install it in VS Code:Ctrl+Shift+X
to open the Extensions viewThank you for using CodebaseMD!
This discussion was created from the release CodebaseMD v2.0.0.
Beta Was this translation helpful? Give feedback.
All reactions