I'm coding in Python, and when I get to the end of a line, the VS Code IntelliSense (or something) displays this pop-up that requires me to press enter or esc to dismiss. So if I'm trying to move to the next line, I have to press enter twice.
Here is a picture of when the behavior occurs.
Is there a way I can change the setting to look for a different button to select from that list? Like Tab? Or make it so that when I get to the end, and press enter, it still enters a new line? Or something to make the functionality something other than "press enter twice to go to new line under these circumstances, press enter once under all other circumstances?"
I found the following question which may give me an answer, if I can figure out how to make it work.