- Slither. The most famous tool for auditors. With 94 vulnerability detectors and 18 "printers" helps in finding bugs and security issues. It also has a VS code extension.
- Inline bookmarks. Allows to create bookmarks in the code with different colors to quickly find personal notes or potential vulnerable pieces of code.
- Solidity Visual Developer. This extension has several features. Among them there is the possibility to quickly create graphs and diagrams of the project, visualizing contract inheritances and user flows.
- ETHover. Allows to creates quick actions on hardcoded addresses, like open it on etherscan, show the balance, see the bytecode etc...
- weAudit. Allows to bookmarks regions of code to highlight issues, add notes and quickly create findings with related fields like title, severity, category, description, exploit scenario and recommendation.
- Solidity Metrics. Allows to quickly create metrics for your project such as LoC, blank lines, comments, files in scope etc..