1

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?

For example, as shown below enter image description here

After I run the loop, can it automatically new a line for me?

Thanks a lo!

Christine
  • 93
  • 1
  • 5

1 Answers1

1

I am looking for the same, found this issue: https://github.com/microsoft/vscode-python/issues/14695 which is still open at the moment.