Sjmarf to Programmer [email protected] • 1 year agoUnused variablessh.itjust.worksimagemessage-square52fedilinkarrow-up1901
arrow-up1901imageUnused variablessh.itjust.worksSjmarf to Programmer [email protected] • 1 year agomessage-square52fedilink
minus-square@[email protected]linkfedilink12•edit-21 year agoVSCode with Go language support: removes unused variable on save “Fixed that compilation bug for ya, boss”
minus-square@[email protected]linkfedilink4•1 year 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]linkfedilink18•1 year 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