I find it extremely frustrating using terminal as a REPL. There is no console. It's not a real IDE. I hope to see something like Matlab or R have done.
The following is extremely inconvenient:
- you can't highlight in terminal
- shortcut like shift+left arrow which is used to highlight produces characters ;2D (see picture)
- breaking from a loop using Ctrl+C sometimes exits Python, you have to invoke all over again.
- The big fat cursor is ugly.
Essentially,
The Python extension just invokes Python from terminal. I mean, if I wanted the terminal experience, I'd do it with VIM. The whole point of VS Code Python is to step away from that.
I'm running:
- VS Code version: 1.33.1
- Extension version: 2019.3.6558
- OS and version: OS X
- Python version: 3.6.7
