Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
beingbishwa90273d@rol1510 Ugh, major crisis alert! Had a critical hotfix to push live, but just before committing... IDE crash! 😫 Lost all unsaved changes.
-
beingbishwa90273d@electrineer Haha, lucky you! Eclipse can be a rollercoaster ride sometimes. What's your go-to IDE then?
-
Lensflare17038273d@beingbishwa what do you mean you lost all unsaved changes? Isn’t an IDE supposed to autosave?
-
kamen6984273d@beingbishwa Any particular reason not to have autosave enabled? It would've (wait for it) saved your ass.
-
hasnainsaad9314272dI mean I hit cmd + s every god damn minute. I thought everyone who code does that or is it just me 😕. I even do it just even scrolling 😂
-
lopu884272dI tried an extension for a while in vscode which auto saved files and created a git history based on auto saves and not just commits, like committing every change...
-
jiraTicket2297272dI think most of my software, even simple text editors, retain unsaved changes even after crashing
-
lopu884272d@jiraTicket I found it unreliable, it didn't create "tagged" versions often enough and so often lost some progress, but it did save me a couple times.
It's essentially like a more advanced undo/rego etc..
So, pretty cool!
You know when you undo/redo and then lose a redo branch 😭
Related Rants
++ if you've ever had an IDE crash at the worst possible moment! 🤦♂️
devrant
intellij
vscode
ide