So I just recently got into coding (Python) and I am using Ubuntu 16.04 and the Atom text editor.
A very annoying feature is the auto-completion. For example, I type in x (a variable I set previously) and when I press enter to get to the next line, it autocompletes to # XXX: for some reason. That's very annoying and I want to disable that feature.
I searched the config but I couldn't find an option for that.
Can anyone help me with my problem?