Sjmarf to Programmer [email protected] • 7 months agoUnused variablessh.itjust.worksimagemessage-square52fedilinkarrow-up1896arrow-down119
arrow-up1877arrow-down1imageUnused variablessh.itjust.worksSjmarf to Programmer [email protected] • 7 months agomessage-square52fedilink
minus-square@treechickenlink12•edit-27 months agoVSCode with Go language support: removes unused variable on save “Fixed that compilation bug for ya, boss”
minus-square@[email protected]linkfedilink4•7 months agoLike 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-square@[email protected]linkfedilink17•7 months agoYeah 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