Simplyfi - Multi-Language Code Visualization Tool for VS Code
Welcome to Simplyfi, a powerful Visual Studio Code extension designed to help you visualize your code's syntax tree and flowchart seamlessly. With Simplyfi, you can enhance your coding experience by gaining deeper insights into your code's structure and flow.
Key Features
Multi-Language Support: Parse and analyze source code from a variety of programming languages, making it versatile for all your projects.
Abstract Syntax Tree (AST) Visualization: Transform your code into an easy-to-understand AST representation, allowing you to visualize the hierarchy and structure of your code.
Automated Flowchart Generation: Automatically generate flowcharts from your code logic to visualize the flow of execution and decision-making processes.
Interactive Code Explanations: Use natural language processing to chat with your code! Simply ask for explanations of specific code sections, and receive clear, concise explanations of their functionality.
Customizable Visualization Parameters: Tailor the visual output to suit your preferences, including color schemes, node shapes, and layout options for better clarity.
Installation
To install Simplyfi for VS Code:
Open Visual Studio Code.
Navigate to the Extensions view by clicking on the Extensions icon in the Activity Bar on the side of the window or by pressing Ctrl+Shift+X.
Search for "Simplyfi" in the marketplace.
Click the Install button.
Usage
Once installed, Simplyfi can be used as follows:
Open any source code file in a supported language.
Trigger Simplyfi by using the command palette (Ctrl+Shift+P) and typing Simplyfi: Visualize Code.
Select the desired visualization type (AST or flowchart).
For interactive explanations, highlight the code section and invoke Simplyfi: Explain Code.
Support
For any issues or questions, feel free to reach out through the Simplyfi GitHub Repository or contact me binarybardakshat@gmail.com
Transform your coding experience with Simplyfi—making code visualization and understanding easier than ever!