Note Check out huffr, a new way to generate huff stack comments.
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.
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
.
You can find the known issues on the github repository.
TODO for the 0.1.0 first release.
git clone https://github.com/Yashiru/huff-stack-comments.git
npm i
npm test
Open the cloned repository in Visual Studio Code and press F5
.
Ensure that you've read through the extensions guidelines and follow the best practices for creating your extension.