-
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
Test: Python REPL Smart Send #22287
Comments
I'm blocked on this by #22318 |
Sorry for the initial typo, but its 'OptInto' not 'OptInFrom'. in setting up settings.json |
Do we need to retest with the fixed setting? |
Hi @TylerLeonhardt , No need to retest if you were able to get smart send results with just the "python.experiments.enabled": true, " Thank you! |
@Tyriar Explained further on the issue you made, but long story short, Python2 code was messing up the parsing for your Python test file you were using. Smart Send should work on Python3! Thanks |
Hi @anthonykim1! I love REPL-style development, so thank you for this feature. That said, I have two concerns. :) Should I open issues for them?
Relatedly, can the work done here be used to make "Expand Selection" ( |
@johnchristopherjones does the go back action work instead of shift+-? It's different depending on the platform:
|
It seems this was enabled for me after the last vscode update, and I can't find how to disable it. I've looked for a specific configuration using the search, but couldn't find it. I just want the old behavior back. |
Hi @jicart. You can disable the experiment by going to "~/Library/Application Support/Code - Insiders/User/settings.json" |
Hello, @johnchristopherjones
You may file issue/concern anytime!
This is quite interesting behavior. I will have to investigate on this.
Yes! Setting for disabling Smart send (smart selection + dynamic cursor move) is coming soon.
Feel free to file request/issue on this! Will look into this. |
Refs: #21778 #21838
Complexity: 4
Create Issue
Thank you in advance for testing REPL Smart Send feature!
Please let me know if you have any questions, problems, comments.
I hope you enjoy this feature whenever you want to shift+enter through your Python file!
Background Information
REPL Smart Send consists two integrated features(referenced above) that are shipped together to provide smoother Python REPL experience with Shift+Enter:
Setup:
Steps
Note: Smart Send will only work when there is NO EXPLICIT selection, meaning NO EXPLICIT highlighting of the text.
The text was updated successfully, but these errors were encountered: