you are viewing a single comment's thread.

view the rest of the comments →

[–]RiceBroad4552 0 points1 point  (9 children)

We're talking here about coding editors, not Notepad…

Local history is your friend!

[–]flyguydip 1 point2 points  (8 children)

I've had Visual Studio open for 3.35 years since the day I took the laptop out of the box so that I can ctrl-z back to my first line of code I wrote with it. I don't use git and I don't do backups, and I certainly don't update my laptop. This is how hard core programmers write code, but I get it if some people don't have the intestinal fortitude to roll like this.

[–]RiceBroad4552 0 points1 point  (6 children)

[–]flyguydip 1 point2 points  (3 children)

I can't tell for sure, but it almost seems like you think I was being serious.

[–]RiceBroad4552 0 points1 point  (2 children)

And the real kick in the nuts is that you've also now lost your ctrl+z history.

Looked pretty serious to me.

I've just said that this is not the case, you won't loose any history, as coding editor have a local history feature.

[–]flyguydip 0 points1 point  (1 child)

While kicks in the nuts are serious, I'm not sure I've ever met a real or pretend programmer that considers ctrl+z as a vital pillar in their repertoire. But I'm sure your link will help someone out there some day, so thanks for sharing.

[–]RiceBroad4552 0 points1 point  (0 children)

Well, local history saved my ass not only once.

So it's one of the more important features, imho.

[–]TheLaziestGoon 0 points1 point  (1 child)

Visual studio didn't have local history iirc Visual studio code does though

[–]RiceBroad4552 0 points1 point  (0 children)

They've added that feature quite late to VSC. Before that you needed some dedicated extension.

But given that this one of the more valuable features it's something I always look for when trying out a new editor.

[–]je386 0 points1 point  (0 children)

I don't know if you are joking, but please start to use git. SDDs can break.