Skip to content

Is there a way to have a full REPL or console for vs code Python? #3469

@cui-colin

Description

@cui-colin

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:

  1. you can't highlight in terminal
  2. shortcut like shift+left arrow which is used to highlight produces characters ;2D (see picture)
  3. breaking from a loop using Ctrl+C sometimes exits Python, you have to invoke all over again.
  4. 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

terminal

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions