crimsonpoodle@pawb.social to Programmer Humor@programming.dev · edit-211 个月前wait whatpawb.socialimagemessage-square101fedilinkarrow-up1639
arrow-up1639imagewait whatpawb.socialcrimsonpoodle@pawb.social to Programmer Humor@programming.dev · edit-211 个月前message-square101fedilink
minus-squareNat (she/they)linkfedilinkarrow-up19·11 个月前Also, a lot of editors won’t unindent on backspace of spaces indentation, so I end up messing up the indentation with a 3/4 indent
minus-squarecoloredgrayscale@programming.devlinkfedilinkarrow-up3·11 个月前Autoformatter should fix that, unless you use python. (but even then they might fix it to the closest proper indentation level)
minus-squareTraister101@lemmy.todaylinkfedilinkarrow-up10·11 个月前Sometimes. I love auto formatting, I spam the shit out of it more than I spam save but it’s definitely not perfect. It gets real confused with inconsistent indention like that. Especially with Python it’ll fuckup
minus-squaremexicancartel@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up6·11 个月前Yeah you need an auto formatter, which is worse than not needing it. Also yes its terrible in python like languages
minus-squareexpr@programming.devlinkfedilinkarrow-up3·11 个月前That just sounds like a shitty editor, tbh. Pretty basic functionality.
Also, a lot of editors won’t unindent on backspace of spaces indentation, so I end up messing up the indentation with a 3/4 indent
Autoformatter should fix that, unless you use python. (but even then they might fix it to the closest proper indentation level)
Sometimes. I love auto formatting, I spam the shit out of it more than I spam save but it’s definitely not perfect. It gets real confused with inconsistent indention like that. Especially with Python it’ll fuckup
Yeah you need an auto formatter, which is worse than not needing it. Also yes its terrible in python like languages
That just sounds like a shitty editor, tbh. Pretty basic functionality.