Hi Remi,
Thanks for the versatile package,
Just an issue with Alt+enter dialog on intellij in copyWith function. I can't see parameter in diaog and i have to manually look into the class and copy the param name
Same here ✋
After around v0.10, copyWith's auto complete seems not work.
Try inside parenthesis :
something.copyWith()
@rrousselGit i tried inside them. everytime i need to copy the variable from the model
In any case, that's not something I can fix
It's a bug in the dart tooling
if use someThing.copyWith.call(), IntelliJ can properly work, but the syntax is a little bit...
if use someThing.copyWith.call(), IntelliJ can properly work, but the syntax is a little bit...
This is a life saver. Thank you
Most helpful comment
if use someThing.copyWith.call(), IntelliJ can properly work, but the syntax is a little bit...