Hey!
I’ve played around with the editor embedded into codingame and found the best way to disable the autocompletion. By calling the method “monaco.languages.registerCompletionItemProvider” with no arguments before loading in a language, the editor breaks and fails to do any form of autocomplete.
The great thing about this solution is that it doesn’t just make the pop up invisible, unlike the css method, it completely disables it, thus not blocking your keypresses and saving 2ms in coc.
Here’s the userscript for tampermonkey for those that are interested:
https://greasyfork.org/en/scripts/409247-codingame-no-autocomplete
Have fun coding and not getting popups.