-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
REPL Rewrite, Improvements, Features #21707
Comments
@anthonykim1 @luabud I was wondering if the new REPL would be able to support completions from a language server? Does VS code give you the ability to put up a completion list? (Maybe similar to how history works?, you tab and then it tabs through completions) |
Hello @rchiodo I'm not entirely sure what you mean, but are you talking about Intellisense? In terms of command history, I believe you can use up and down arrow to navigate through previous commands in the new notebook style REPL. |
That screenshot is exactly what I was talking about. Completions for the |
Great! Try adding
in your settings.json to give the new REPL a try! |
Below lists plans for REPL in VS Code Python as of (Dec 9th, 2024).
More subset of steps are subject to being added as I move forward incrementally.
Milestone 1:
Milestone 2:
Milestone 3:
- This would enable things like Syntax Highlighting, intellisense out of the box since Pylance understands editor type of IW.
python
in terminal #24270The text was updated successfully, but these errors were encountered: