Code Flow - VS Code ExtensionCode Flow is a Visual Studio Code extension that generates a diagram showing annotated flow between different points within your codebase. I created this extension as a way to help map out my thoughts around how a codebase, or particular part of a codebase, is structured without having to leave the context of the code to write up a diagram. How To UseThe way this extension works is you select a line within a file in your codebase, give that line a name and some extra detail about what the line does. Once you have a line, also called a Data Point, you can then select the next Data Point, this is the one that the previously selected Data Point/line connects to in the resulting diagram.
ContributingI am happy for any sort of contributions to this project as I believe it is a very useful idea and can undoubtedly be improved via open source contributions. Please feel free to work on whatever you feel can be improved and I will happily go through the pull request! If you are unsure what to work on, I have added any bugs as well as future features as Github Issues. If you wish to contribute, you can follow the getting setup guide below: Getting Setup
To use the extension: Press Important features that are missing
|