Drake Evans
Drake Evans
This is meant to be a placeholder draft PR to discuss a file which allows the logging of the entire struct. This adds a log(name: String) function to all the...
When using named function parameters during a function invocation, like foo({ bar: 42, paz: 36}). Rename action does not properly handle these named parameters Reproduction Repo: https://github.com/DrakeEvans/tools-for-solidity-bug/blob/master/src/Counter.sol Steps: Highlight newNumber...
Feature: Go To Definition should support function definitions as well as fully resolve Definitions Current Situation: Function definitions not supported, For supported symbols Go To Definition only goes to the...
I got two errors when migrating which seemed to resolve after I killed vscode The first wake lsp --port 64193 ╭─────────────────────────────── Traceback (most recent call last) ────────────────────────────────╮ │ /opt/homebrew/bin/wake:8 in...
When using named function parameters during a function invocation, like `foo({ bar: 42, paz: 36})`. Rename action does not properly handle these named parameters Reproduction Repo: https://github.com/DrakeEvans/tools-for-solidity-bug/blob/master/src/Counter.sol Steps: 1. Highlight...
Many libraries and dev tools use .env files. Typically different files are used for different environments like dev, staging, and production. Typically, these are named .env.production with the designation happening...