Open matanlurey opened 2 years ago
When dealing with a class with a lot of named parameters - like widgets, I find myself copying and pasting other instances of that widget and filling in the differences. As error prone as that is, it feels 10x faster than trying to correctly autocomplete and quickfix a new instance.
... produces the following quick-fixes:
I would have assumed
Add all required arguments
was an available quick fix, but it was not.