You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great if this code action could also support cases where I already partially supply arguments to a function or record constructor. This would be really useful if I added a new argument(s) or field(s), and I want to now update all the call-sides with the new arguments. This code action could add the missing labels for me, so I would have to just fill out the values. ~ 💜
The text was updated successfully, but these errors were encountered:
This was not implemented at first because I couldn't figure out how to do it... good news is, fixing #4122 I have figured out how to do it. Once #4131 it should be pretty easy to fix this, I'm working on it!
The language server supports a "add labels" code action, but only if there are no explicit arguments provided:
before:
after:
It would be great if this code action could also support cases where I already partially supply arguments to a function or record constructor. This would be really useful if I added a new argument(s) or field(s), and I want to now update all the call-sides with the new arguments. This code action could add the missing labels for me, so I would have to just fill out the values. ~ 💜
The text was updated successfully, but these errors were encountered: