Skip to content

[Feature request] When using fake methods, show procs that include that argument #1118

@BigBoyBarney

Description

@BigBoyBarney

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`
}
Image

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions