Description
Add semantic highlighting for state variables with distinct box decorations based on their type, similar to Solidity Visual Auditor VSCode Extension.
Proposed Feature
| State Variable Type |
Visual Indicator |
| Contract-local state variables |
Yellow box |
| Constant/immutable state variables |
Green box |
| Inherited state variables |
Blue box |
Why This Would Be Valuable
- Security Awareness: Instantly spot state variables throughout the codebase during reviews
- Code Comprehension: Quickly distinguish between local, inherited, and constant state variables
Description
Add semantic highlighting for state variables with distinct box decorations based on their type, similar to Solidity Visual Auditor VSCode Extension.
Proposed Feature
Why This Would Be Valuable