Use autocompletion or not?

Hello, can’t find any results on Google about this question and Codecombat.
Any experienced people here who are either for or against the autocompletion feature?
Personally, I feel like it makes you type code less and so practice it less, but if you do a general G search you also find arguments like autocompletion reduces the likelihood of bugs due to you not typing everything yourself and spelling mistakes can produce bugs.

Any opinions?

I believe it helps you gain time instead of rewriting or missing things out, of course if you don’t use it and you forget to close parenthesis or something, CoCo will give you an error specifying which line the bug is on and what is the problem or bug that is stopping ur code from running.

1 Like