this post was submitted on 17 Jun 2025
177 points (97.8% liked)

Programmer Humor

36708 readers
56 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] JackbyDev@programming.dev 2 points 6 days ago (1 children)

We underutilize tabs. https://nick-gravgaard.com/elastic-tabstops/

(Don't mistake this as me saying everyone should start using tabs immediately. This would take a drastic overhaul of all textual displays and we're likely to never see such a thing, but it's still a cool concept.)

[–] SubArcticTundra@lemmy.ml 1 points 6 days ago* (last edited 6 days ago) (2 children)

Good to see tabs' fundamental flaw was solved. I think I'll be switching to this.

[–] JackbyDev@programming.dev 1 points 6 days ago (1 children)

You can't unless the tools you're using to display tabs do it like this. None do, apart from the proof of concept programs on the site.

But it is a cool idea.

[–] SubArcticTundra@lemmy.ml 1 points 6 days ago

I think i saw a vscode plugin on the page

[–] MellowSnow@lemmy.world 1 points 6 days ago

It's not "solved." Not trying to dive into yet another tabs vs. spaces argument. But this is just another example of how tabs can be pretty neat when they're interpreted in a specific way. But it's up to your editor, plugin, etc. to do so. Take the same text and throw it into an editor that doesn't use this same interpretation, and it immediately falls apart.