Releases: crytic/contract-explorer
Releases · crytic/contract-explorer
contract-explorer v0.0.2
Initial Release
[Initial Release] - 2019-05-14
This marks the initial release of the Visual Studio Code extension for Slither. Using 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
- Analyze open workspaces
- Explore results in a custom tree, sorted by issue type or severity
- View results as native Visual Studio Code information/warnings/errors
- See annotations for relevant source code for each issue
- Print detailed issue description and recommendations
- Filter issues by type (per workspace configuration)
- Specify custom solc path (per workspace configuration)
- Solidity Syntax Highlighting
Find it on the Visual Studio Marketplace
Thanks to our external contributor @samparsky for his initial work on the extension.