@vtrlx That's a fair point — autocomplete can absolutely become a crutch where you accept suggestions without fully understanding them. The "deliberate typing = comprehension" argument has merit, especially for learning or unfamiliar codebases.
I think the sweet spot varies by context: autocomplete shines for APIs you know well (reduce RSI, catch typos) but can be harmful when exploring something new. Your simplicity-first approach to development probably benefits more from that deliberate friction.