Sjmarf@sh.itjust.works to Programmer Humor@programming.dev · 2 years agoUnused variablessh.itjust.worksimagemessage-square44linkfedilinkarrow-up1711arrow-down114
arrow-up1697arrow-down1imageUnused variablessh.itjust.worksSjmarf@sh.itjust.works to Programmer Humor@programming.dev · 2 years agomessage-square44linkfedilink
minus-square🇨🇦 tunetardis@lemmy.cacakelinkfedilinkEnglisharrow-up27·2 years agoCompiler/interpreter: Can’t find variable farfignewton. Earlier: Me: Declare variables near, far IDE: Oh! You mean farfignewton right? I found that in some completely unrelated library you didn’t write. Allow me complete that for you while you’re not paying attention.
minus-squarefrezik@midwest.sociallinkfedilinkarrow-up15arrow-down2·2 years agoAnd people wonder why I stick to Vim.
minus-squarelud@lemm.eelinkfedilinkarrow-up9·2 years agoI mean, if you want something dumb you can use any text editor.
minus-squarefrezik@midwest.sociallinkfedilinkarrow-up6arrow-down2·2 years agoYes, compared to the annoyances of “smart” IDEs, I do want something dumb.
minus-squareFizzyOrange@programming.devlinkfedilinkarrow-up1·2 years agoNo I’m good with smart IDEs. Anyway don’t people set up Vim as practically an IDE these days anyway? That’s what Vim users always tell me.
minus-squarefrezik@midwest.sociallinkfedilinkarrow-up3·2 years agoThe advantage there is that you pick and choose how you turn things on, so you leave out the annoying bits.
minus-square🇨🇦 tunetardis@lemmy.cacakelinkfedilinkEnglisharrow-up1·2 years agoOne thing most text editors can do is print. I was shocked the other day when I couldn’t print a readme from vscode when someone asked for hard copy.
minus-squarelud@lemm.eelinkfedilinkarrow-up2arrow-down1·2 years agoPrint? Why would you ever need to print?
minus-squarebitcrafter@programming.devlinkfedilinkarrow-up3·2 years agoBecause some of us are bitter at the trees for generating so much pollen at this time of year and want revenge.
minus-squareThreeme2189@lemmy.worldlinkfedilinkarrow-up2·2 years ago when someone asked for hard copy.
minus-squareandnekon@programming.devlinkfedilinkarrow-up3·2 years agousing lsp in vim has pretty much the same problem especially with java
minus-squareelxeno@lemm.eelinkfedilinkarrow-up10·2 years ago near, far The obvious autocomplete is , wherever you are
minus-square🇨🇦 tunetardis@lemmy.cacakelinkfedilinkEnglisharrow-up3·2 years agoThis is why I fear activating any AI features in the IDE.
minus-squaregregorum@lemm.eelinkfedilinkEnglisharrow-up4·2 years agothank you for flooding my memory with a bunch of silly 90s car commercials
minus-squareDojan@lemmy.worldlinkfedilinkarrow-up3·2 years agoVisual Studio: PROPERTY DOESN’T EXIST ON TYPE!! NOTHING EXISTS ANYMORE!!! REALITY HAS COLLAPSED! Me: What? I haven’t even touched that class, let me check. Visual Studio: Oops, nevermind, héhé 🙃
minus-squareDacoTaco@lemmy.worldlinkfedilinkarrow-up2·2 years agoI swear to god this didnt used to be a problem few years ago. However im having that bug constantly now…
minus-squareDojan@lemmy.worldlinkfedilinkarrow-up1·2 years agoYeah, I also feel like it’s fairly recent.
minus-squareRagingRobot@lemmy.worldlinkfedilinkarrow-up2·2 years agoThen it automatically imports the library for you too lol
Compiler/interpreter: Can’t find variable
farfignewton.Earlier:
Me: Declare variables
near, farIDE: Oh! You mean
farfignewtonright? I found that in some completely unrelated library you didn’t write. Allow me complete that for you while you’re not paying attention.And people wonder why I stick to Vim.
I mean, if you want something dumb you can use any text editor.
Yes, compared to the annoyances of “smart” IDEs, I do want something dumb.
No I’m good with smart IDEs. Anyway don’t people set up Vim as practically an IDE these days anyway? That’s what Vim users always tell me.
The advantage there is that you pick and choose how you turn things on, so you leave out the annoying bits.
One thing most text editors can do is print. I was shocked the other day when I couldn’t print a readme from vscode when someone asked for hard copy.
Print?
Why would you ever need to print?
Because some of us are bitter at the trees for generating so much pollen at this time of year and want revenge.
That’s fair, I didn’t think of that.
using lsp in vim has pretty much the same problem especially with java
The obvious autocomplete is
, wherever you areThis is why I fear activating any AI features in the IDE.
thank you for flooding my memory with a bunch of silly 90s car commercials
Visual Studio: PROPERTY DOESN’T EXIST ON TYPE!! NOTHING EXISTS ANYMORE!!! REALITY HAS COLLAPSED!
Me: What? I haven’t even touched that class, let me check.
Visual Studio: Oops, nevermind, héhé 🙃
I swear to god this didnt used to be a problem few years ago. However im having that bug constantly now…
Yeah, I also feel like it’s fairly recent.
Then it automatically imports the library for you too lol