Skip to content

Initial Release

Compare
Choose a tag to compare
@Xenomega Xenomega released this 14 May 18:54
· 56 commits to master since this release
9cbf906

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