Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Directly integrate with Python's REPL #18177

Open
brettcannon opened this issue Dec 14, 2021 · 1 comment
Open

Directly integrate with Python's REPL #18177

brettcannon opened this issue Dec 14, 2021 · 1 comment
Assignees
Labels
area-terminal feature-request Request for new features or functionality needs spike Label for issues that need investigation before they can be worked on.

Comments

@brettcannon
Copy link
Member

brettcannon commented Dec 14, 2021

It might be possible to launch the Python REPL programmatically and then feed it code directly rather than having VS Code send text via the terminal. This would most likely benefit shift+Enter folks in terms of performance. I doubt it would ease maintenance for us, but maybe? 🤷

There is also the possibility of potentially doing a similar thing with IPython: #17172

@cbrnr
Copy link

cbrnr commented Oct 6, 2022

Maybe checking out how PyCharm does it could be another option? It seems like they use something called pydevconsole.py, which probably does what this issue suggests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-terminal feature-request Request for new features or functionality needs spike Label for issues that need investigation before they can be worked on.
Projects
None yet
Development

No branches or pull requests

3 participants