@[email protected] to Programmer [email protected] • 1 year agoPure Evillemmy.worldmessage-square57fedilinkarrow-up1548
arrow-up1446imagePure Evillemmy.world@[email protected] to Programmer [email protected] • 1 year agomessage-square57fedilink
minus-squaremassive_bereavementlinkfedilink35•1 year agoSame, I thought this is gotta be a problem for someone who uses notepad as their main editor.
minus-square@[email protected]linkfedilink15•1 year agoIf you are coding on vim you use a language server 😝
minus-square@[email protected]linkfedilink5•1 year agoYeah, it will tell you that it existed a semicolon… 😁
minus-square@[email protected]linkfedilink1•1 year ago…for which my default fix would be to delete and reenter it in hopes of fixing ehatever hiccup the syntax validator is having
any modern compiler or ide will notice this and warn you.
Same, I thought this is gotta be a problem for someone who uses notepad as their main editor.
meanwhile vim:
If you are coding on vim you use a language server 😝
vim is not an ide i believe. but an lsp will notice
Yeah, it will tell you that it existed a semicolon… 😁
…for which my default fix would be to delete and reenter it in hopes of fixing ehatever hiccup the syntax validator is having