Version 0.0.31
//maintenance
Solidity Visual Developer
v0.0.31
Happy new year πͺππ₯π!
- new: allow to disable the "find references" provider
preferences β Settings β Solidity Visual Developer: solidity-va.findAllReferences.enable
- in case another extension implements a better provider someday :)
- new: experimental draw.io uml export to support your threat modelling needs (you're going to β€ this!)
- disabled by default
preferences β Settings β Solidity Visual Developer: solidity-va.codelens.drawio.enable
- fix: function signature generation for
AbiEncoderV2
functions that declare custom types- for now this falls back to assume every custom type is an
address
. needs some love if this feature is actually being used.
- for now this falls back to assume every custom type is an
- refactor: modular uml export
- refactor: improved syntax highlighting / decoration performance
- only decorates when needed, avoid double decoration
- should fix or make it unlikely that decorations are being applied to the wrong editor - fixes #12
- update: dependencies
- surya
- solidity parser
- keccak