# Awesome Solidity VSCode extensions

By [0xMarko](https://paragraph.com/@0xmarko) · 2023-01-31

---

Are you writing Solidity in Visual Studio Code?

Here are three helpful extensions to make your coding experience better.

**Solidity Visual Developer**

Supports developers in writing secure and well-understood code.

It supports you with the following features:

*   Advanced Solidity Language Support
    
*   Code Augmentation
    
*   Source Exploration
    
*   Visual Security Linting
    

[https://t.co/dmw2Zw8uZy](https://t.co/dmw2Zw8uZy)

**ETHover**

Enables you to hover over an Ethereum address and:

*   Open it in etherscan
    
*   Show [$ETH](https://twitter.com/search?q=%24ETH&src=cashtag_click) balance
    
*   Download the bytecode and disassemble it
    
*   Show reconstructed contract source
    
*   Show verified contract source
    
*   \+ much more
    

[https://t.co/eBiI2YyDOA](https://t.co/eBiI2YyDOA)

**Slither**

Offers integration for Slither, a Solidity static analysis framework.

It enables you to run a set of vulnerability detectors on your Solidity smart contracts in order to annotate potentially risky code and obtain recommended changes.

---

*Originally published on [0xMarko](https://paragraph.com/@0xmarko/awesome-solidity-vscode-extensions)*
