@realitista to Programmer [email protected] • 1 year agoPure Evilimagemessage-square56arrow-up1564arrow-down1103cross-posted to: [email protected]
arrow-up1461arrow-down1imagePure Evil@realitista to Programmer [email protected] • 1 year agomessage-square56cross-posted to: [email protected]
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