sanitation@lemmy.radio to Technology@lemmy.worldEnglish · 22 hours ago"This could cost people their jobs": VS Code added Copilot as co-author without permission or noticewww.windowscentral.comexternal-linkmessage-square50linkfedilinkarrow-up1324arrow-down17cross-posted to: fuck_ai@lemmy.world
arrow-up1317arrow-down1external-link"This could cost people their jobs": VS Code added Copilot as co-author without permission or noticewww.windowscentral.comsanitation@lemmy.radio to Technology@lemmy.worldEnglish · 22 hours agomessage-square50linkfedilinkcross-posted to: fuck_ai@lemmy.world
minus-squaresloppy_diffuser@sh.itjust.workslinkfedilinkEnglisharrow-up1·edit-28 hours agoI couldn’t go without LSPs these days. Real time diagnostics. Jump to implementation. Code actions. Its just so much faster and my code rarely doesn’t run on first try outside of logic errors, but it still runs. https://github.com/neoclide/coc.nvim was nice back in the day, but neovim and the plugin ecosystem takes it to another level. Edit: I agree with you on git when learning. I’m old, over 15 years of experience on it. I don’t have anything to gain typing the same handful of commands I use everyday.
I couldn’t go without LSPs these days.
Real time diagnostics. Jump to implementation. Code actions.
Its just so much faster and my code rarely doesn’t run on first try outside of logic errors, but it still runs.
https://github.com/neoclide/coc.nvim was nice back in the day, but neovim and the plugin ecosystem takes it to another level.
Edit: I agree with you on git when learning. I’m old, over 15 years of experience on it. I don’t have anything to gain typing the same handful of commands I use everyday.