Skip to content

Releases: crytic/contract-explorer

contract-explorer v0.0.2

18 Apr 09:17
Compare
Choose a tag to compare

First release to integrate with the slither-lsp language server.

Implements basic code navigation and SlithIR visualization features powered by Slither.

Initial Release

14 May 18:54
9cbf906
Compare
Choose a tag to compare

[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.