Consensys / vscode-solidity-auditor

Solidity language support and visual security auditor for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=tintinweb.solidity-visual-auditor
GNU General Public License v3.0
569 stars 60 forks source link

RFE: Support foundry for the `UnitTest stub` feature #135

Open SEJeff opened 12 months ago

SEJeff commented 12 months ago

Writing unit tests in solidity is a more cohesive developer experience than using truffle and javascript. Consider using forge and stubbing out tests in solidity instead of in javascript.