An open API service indexing awesome lists of open source software.

https://github.com/yashiru/huff-stack-comments

A visual studio code extension that automatically generate the stack comments for Huff.
https://github.com/yashiru/huff-stack-comments

comments huff stack vscode

Last synced: 9 months ago
JSON representation

A visual studio code extension that automatically generate the stack comments for Huff.

Awesome Lists containing this project

README

          

> **Note**
> Check out [huffr](https://github.com/Yashiru/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](https://github.com/huff-language/huff-rs).

> **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`.

![](./static/video.gif)

## Known Issues

You can find the known issues on the [github repository](https://github.com/Yashiru/huff-stack-comments/issues).

## Release Notes

### 0.1.0

TODO for the 0.1.0 first release.

---

## Contribute

### Clone the repository
``` bash
git clone https://github.com/Yashiru/huff-stack-comments.git
```

### Install dependancies
```bash
npm i
```

### Run tests
```bash
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.

* [Extension Guidelines](https://code.visualstudio.com/api/references/extension-guidelines)