For example, when I enter a print statement, although vs gives a prompt, it does not select the print statement by default (it is enclosed by a blank box). I press enter. Instead of typing in the print statement, I start a new line.
Normally, it should be selected by default (selected by a solid box), as shown in the following figure.
Is there any way to set visual studio 2019 to be selected by default for Python code completion. That is, you can press enter to input the prompt code (including the prompt code selected by default in other programming languages)