Skip to content

Commit 85773ff

Browse files
committed
📝 update readme
1 parent e6d0474 commit 85773ff

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ TL;DR, this is my first VSCode extension, so feel free to provide feedback as I
2222
- Flatten current file (or) selected file(s).
2323
- Inline highlighting in code editor for unused imports.
2424
- Generate and view Foundry deployment report in a clean and concise table format.
25+
- Syntax highlighting of for `.tree` files.
26+
- Generate foundry test stub using [bulloak](https://github.com/alexfertel/bulloak)'s `scaffold` command.
2527

2628
---
2729

@@ -34,6 +36,9 @@ The following will need to be installed in order to use this template. Please fo
3436
- You can test you've installed them right by running `forge --version` and get an output like: `forge 0.2.0 (f016135 2022-07-04T00:15:02.930499Z)`
3537
- To get the latest of each, just run `foundryup`
3638

39+
- [Bulloak](https://github.com/alexfertel/bulloak)
40+
- This is required to generate test stub from `.tree` spec files.
41+
3742
## Usage
3843

3944
The usage of this extension is straightforward.
@@ -76,6 +81,20 @@ The usage of this extension is straightforward.
7681
https://github.com/PraneshASP/vscode-solidity-inspector/assets/42379522/e4906ad3-69e6-4cea-b986-7712ec342fca
7782

7883

84+
---
85+
86+
#### Generate foundry deployment report:
87+
88+
<video src='./assets/deployment-report-demo.mov'/>
89+
90+
91+
---
92+
93+
#### Support for `.tree` files and test stub generation:
94+
95+
<video src='./assets/scaffold-demo.mov'/>
96+
97+
7998
---
8099

81100
<!-- CONTRIBUTING -->

assets/deployment-report-demo.mov

26.6 MB
Binary file not shown.

assets/scaffold-demo.mov

8.92 MB
Binary file not shown.

0 commit comments

Comments
 (0)