The text editor I use is not smart enough to locate and understand function definitions yet, so I waste a bunch of time going up and down between the definition and where I'm calling the routines.
Until today I had no way to scroll to a definition without moving the cursor. Which meant that each time I jumped to a definition, I had to jump back.
Each day I'd run this through my head "Would I spend more time implementing a scroll-to for markers, than the amount of time I save..?"
@neauoire Do you have a sort of mental threshold of "if I have to do this task X times it's worth automating"? It's obviously dependent on how hard it is to automate, but it'd be interesting to hear where your cutoff is.
(I start hankering for automating at 3x, my coworker would go two years, at least, refusing to automate something complex he has to do weekly.)