huff-stack-comments
huff-stack-comments copied to clipboard
A visual studio code extension that automatically generate the stack comments for Huff.
Note Check out huffr, a new way to generate huff stack comments.
Huff stack comments - VsCode extension
This VsCode extension allows to generate automatically comments representing the evolution of the stack during the execution of a code written in Huff.
Warning This is an educational project intended for educational purposes only.
Warning This project is in constant development, it has bugs and malfunctions.
Features
The following command generate the stack comments into the current Huff file.
huff-stack-comments.generate
To run it, use ctrl+shift+p or cmd+shift+p and find it by searching for Huff: Generate stack comments.

Known Issues
You can find the known issues on the github repository.
Release Notes
0.1.0
TODO for the 0.1.0 first release.
Contribute
Clone the repository
git clone https://github.com/Yashiru/huff-stack-comments.git
Install dependancies
npm i
Run tests
npm test
Compile and try the extension in live
Open the cloned repository in Visual Studio Code and press F5.
Following extension guidelines
Ensure that you've read through the extensions guidelines and follow the best practices for creating your extension.