wake
wake copied to clipboard
Better support for Solidity global symbols in `Find all references`
LSP Find all references
currently does not work well with Solidity global symbols (e.g. msg
, block
, abi
, this
) and global members (abi.encode
, msg.sender
, someBytes.length
).