Comment on Problems with default function arguments (2020)parentComments−justinsaccount2yNot a language, but I have seen some recent editor integration with LSP stuff that will visually display that as foo(bake: true, batches: 1, boxes:1, frosting: null, type: “cupcakes”)−Waterluvian2yOh that’s helpful. I should look into setting that for TS.Also frosting can’t be null when type is cupcakes. We found a bug.
Comments
Not a language, but I have seen some recent editor integration with LSP stuff that will visually display that as
Oh that’s helpful. I should look into setting that for TS.
Also frosting can’t be null when type is cupcakes. We found a bug.