musings of a systems conjurer

why I turned off suggestions when writing software

A few days ago, a friend joined me for a 1-on-1 programming session and some minutes into the session, she asked why I wasn’t getting code suggestions like she did in her editor. I explained why I keep that feature off, and knowing this question will come up again, I figured I’d write a short post about it.

Before I get into the reasons, a little history and context. I’ve been programming for about ten years now, and one thing that has remained constant is my reliance on configuring code suggestions; the popup that offers completions as you type. My choice of editor has changed over the years: I started with Visual Studio Community Edition with Unity for game development, moved to VSCode, then Vim/NeoVim in 2023, and currently on Doom Emacs for my workflow and in every one of these editors, I always made sure to configure code suggestions before I even started using them.

For a long time, I relied on this feature to help me learn new languages and write code efficiently, both for work and personal projects. The suggestions were usually smart and useful but then about six months ago, I turned them off as an experiment and forgot to turn them back on. Here’s why I’ve kept them off.

How It Started

Why I Still Keep Them Off

#editor #programming #superluminal