One thing I'd love to see in editors is some indication of a comment's age related to the surrounding code.

More often than not, when a comment doesn't align with what surrounds it is due to it predating the code and it never having been updated.

Anyone seen anything like this?

Thanks to a prod from @adamchainz, I discovered GitLens on VSCode has the ability to opt-in a display of relative age of code throughout the file as a heatmap bar down the left-hand side. 🎉
@djm nice. Now I need to look for a sublime version…