this post was submitted on 14 May 2024
1345 points (99.1% liked)

Programmer Humor

32410 readers
1 users here now

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

Rules:

founded 6 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] jballs@sh.itjust.works 35 points 1 year ago (8 children)

I have the same problem with XML too. Notepad++ has a plugin that can format a 50MB XML file in a few seconds. But my current client won't allow plugins installed. So I have to use VS Code, which chokes on anything bigger than what I could do myself manually if I was determined.

[โ€“] Johanno@feddit.de 4 points 1 year ago

Just install python and format it. Then

load more comments (7 replies)