• mox@lemmy.sdf.org
    link
    fedilink
    arrow-up
    0
    ·
    2 months ago

    It’s often I have to double and triple check to verify I copied the code with correct indentation.

    I vaguely remember facing that issue once or twice in the past, but certainly not often. It was because the pasted code was too long for its starting point to be easily found in my editor, even if I scrolled up or down a bit.

    If this happens to you often, I wonder: perhaps the code you maintain should be broken into smaller functions anyway? If I was in that situation again, I think I would simply place a bookmark before pasting and then jump back to the bookmark to indent/dedent the pasted block appropriately.