Sharing to save a couple of cycles: spaces to tab utility
github.com·1d·
Discuss: r/godot

I unabashedly use ChatGPT to help me code. I try to write as much as I can on my own, and then when I get stuck, or need advice, I ask ChatGPT, because I love the fact that I get zero judgement for my questions, no matter how dumb. (I do double-check some answers via searches, because I know it hallucinates.)

Occasionally it forgets that I'm using GDScript and uses four spaces instead of tab characters. It's tedious to hand-change them, and annoying to fill up the chat with constant "please re-send that code with tab characters instead of spaces" so I asked it to build a webpage where I can paste in the code, press a button, and have both each set of 4 spaces converted to one tab character, and also normalize line endings, because ...

Similar Posts

Loading similar posts...