Hi! Thank you for your work!
I love fake methods, they're super convenient!
However, they currently only display procs that take the given variable as their first argument:
first_arg :: proc(one: string, two: int) { }
second_arg :: proc(one: int, two: string) { }
main :: proc() {
s: string
s. // this will only show `first_arg`
}
It would be really cool to show all of them, as the ordering of the parameters is oftentimes completely arbitrary.
Thank you for considering this.
Cheers!