Recent Releases of https://github.com/crytic/contract-explorer
https://github.com/crytic/contract-explorer - contract-explorer v0.0.2
First release to integrate with the slither-lsp language server.
Implements basic code navigation and SlithIR visualization features powered by Slither.
- TypeScript
Published by frabert about 2 years ago
https://github.com/crytic/contract-explorer - 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.
- TypeScript
Published by Xenomega about 7 years ago