I am using Vscode for python programming. In spyder, there is a feature that if after running the current line, it will automatically go the next line. I configure my vscode according to this post and achieve that function.
However, one extra thing that I want is that when I run the last line of code, can it automatically new a line for me, instead of staying on the same line, i.e., the last line?
After I run the loop, can it automatically new a line for me?
Thanks a lo!