Skip to content

Commit b42cd56

Browse files
committed
docs: 📝 update README
1 parent ccd3250 commit b42cd56

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ TL;DR, this is my first VSCode extension, so feel free to provide feedback as I
2525
- Syntax highlighting of for `.tree` files.
2626
- Generate foundry test stub using [bulloak](https://github.com/alexfertel/bulloak)'s `scaffold` command.
2727
- Auto-complete path suggestions for importing files and dependencies (with forge remappings support).
28+
- Inline code-separator suggestion (solmate and solady style)
29+
- Contract code size decorator.
2830

2931
---
3032

@@ -82,6 +84,21 @@ https://github.com/PraneshASP/vscode-solidity-inspector/assets/42379522/2a3d591b
8284

8385
---
8486

87+
#### Inline separator suggestions:
88+
89+
[![]()](https://github.com/user-attachments/assets/abbbd466-520f-464e-aa59-1ba628a57d18)
90+
91+
---
92+
93+
#### Inline contract size decoration:
94+
> [!TIP]
95+
> This uses the `deployedBytecode` object from the build file. So it will get updated only after every build. This setting can be also turned on/off via the extension settings.
96+
97+
![](./assets/inline-contract-size.png)
98+
99+
---
100+
101+
> [!NOTE]
85102
> For more demos, see [./assets](https://github.com/PraneshASP/vscode-solidity-inspector/tree/main/assets)
86103
87104
<!-- CONTRIBUTING -->

assets/inline-contract-size.png

31.2 KB
Loading

0 commit comments

Comments
 (0)