All the "smart systems" are equally annoying. The auto-comment generators are just trash. They just add noise like this:
# Object receives something
object.receive(something)
I see this stuff in code review, just did today, I just ignore it now. Garbage added by the IDE, whatever.And then there is the "smart indent" systems that seem to always guess incorrectly.
These systems are like a 4 year old trying to help you wash the dishes. I don't know how you people deal with it.
I coded for years on a line editor (ed). It was probably faster coding then whatever I'm using today. That thing was basically gestures moving at the speed of thought.
grumble grumble, kids these days.