Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 886 Bytes

File metadata and controls

19 lines (10 loc) · 886 Bytes

Solidity Visual Developer

Solidity Visual Developer is a VSCode extension developed by ConsenSys Diligence to help smart contract auditors and developers. It combines typical features of VSCode extensions like syntax highlighting and outline tools with custom visualizations provided by Surya.

How to use Solidity Visual Developer

The extension can be found here. Once enabled, it will start syntax highlighting Solidity code as well as offering several new functions for contract folders and contract files.

Example syntax highlighting from Solidity Visual Developer (Uniswap V3)

For more precise instructions, please refer to the GitHub repository.