Skip to content

Version 0.1.0 - preview 3 **pre-release**

Pre-release
Pre-release
Compare
Choose a tag to compare
@tintinweb tintinweb released this 28 May 16:18
· 21 commits to feat/parser-refactor since this release

//preview //beta
//feature release //major refactor

report issues → #67

v0.1.0 - preview 3 🥳

  • new: major parser refactor #67
  • new: highlighting of external calls (yellow gutter icon)
    • this is best effort highlighting and we might miss some external calls depending on whether it is possible to resolve them.
    • do not completly rely on this feature :)
  • new: cockpit view that lists external calls in the currently selected contract (click into a contract in the editor for the view to update)
  • fix: typeError "cannot read property length of undefined"
  • fix: misplaced decoration when document changes
  • new: adjusted graphviz view titles
  • new: decorate identifiers that are storage references (treating them like state-vars)
  • update: code cleanup; refactored decoration logic and moved it to submodule

Installation: code --install-extension solidity-visual-auditor-0.1.0-preview-3.vsix

editor - gutter icons for external calls (⚠️)

image

cockpit - list external calls for current contract

image

hover - resolve inherited names (clickable declarations)

image