Sjmarf@sh.itjust.works to Programmer Humor@programming.dev · 1年前Unused variablessh.itjust.worksimagemessage-square49fedilinkarrow-up1906arrow-down119
arrow-up1887arrow-down1imageUnused variablessh.itjust.worksSjmarf@sh.itjust.works to Programmer Humor@programming.dev · 1年前message-square49fedilink
minus-squaretreechicken@lemmy.worldlinkfedilinkarrow-up12·edit-21年前VSCode with Go language support: removes unused variable on save “Fixed that compilation bug for ya, boss”
minus-squarekevincox@lemmy.mllinkfedilinkarrow-up4·1年前Like actually deletes them from the working copy? Or just removes them in the code sent to the compiler but they still appear in the editor?
minus-squareFizzyOrange@programming.devlinkfedilinkarrow-up18·1年前Yeah IIRC it deletes them, which is as mad as you would expect. Maybe they’ve fixed that since I used it last which was some years ago.
VSCode with Go language support: removes unused variable on save “Fixed that compilation bug for ya, boss”
Like actually deletes them from the working copy? Or just removes them in the code sent to the compiler but they still appear in the editor?
Yeah IIRC it deletes them, which is as mad as you would expect. Maybe they’ve fixed that since I used it last which was some years ago.
Bruh that’s insane