Skip to content

Commit 73b229a

Browse files
authored
Merge pull request #46 from PraneshASP/release/v1.4.0
✨ Bump version
2 parents 4341939 + b42cd56 commit 73b229a

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-solidity-inspector",
33
"displayName": "Solidity Inspector",
44
"description": "A vscode extension used to inspect Solidity files",
5-
"version": "1.3.0",
5+
"version": "1.4.0",
66
"engines": {
77
"vscode": "^1.72.0"
88
},

0 commit comments

Comments
 (0)