Contract Explorer (Visual Studio Code Extension)Visual Studio Code integration for Slither, a Solidity static analysis framework. This extension offers Visual Studio Code integration for Slither, a Solidity static analysis framework written in Python 3. With Slither for Visual Studio Code, users can run a suite of vulnerability detectors on their Solidity smart contracts to annotate potentially dangerous code and receive suggested fixes. Features
Requirements
InstallationFrom the Visual Studio MarketplaceInstall From source
Install the VSIX file in Visual Studio through Getting StartedAfter installing the extension, simply open a workspace containing any Solidity (*.sol) files. The extension will activate, revealing the Slither logo on the action bar. Click it to reveal a settings pane, from which you will be able to select which detector results will be shown after a workspace folder has finished analysing. Once analysis of a folder is done, you will be able to explore the codebase by using the familiar VSCode tools "Go to implementations", "Go to definitions", "Find all references", and showing call and type hierarchies. LicenseAGPL-3.0 |