HACKER Q&A
📣 all2

How do you handle code completion derailing your train of thought?


As in the title. I've had to turn code completion off a number of times because I need to think rather than read what code completion is spitting out. Does anyone have an elegant solution for this? Or is the elegant solution just to turn it off when I need to think?


  👤 thanatos519 Accepted Answer ✓
I've never used it. Works great.

👤 bgdkbtv
I think in VSCode you can prevent the suggestions box from appearing automatically and only trigger when you press the key combo of your choice.

👤 annor
Turn it on when you are typing out your code.

Turn it off when you are coding.


👤 JoeyBananas
I set up Emacs so that it only shows up when I want it